diff options
author | kim <kim@pkgsrc.org> | 2004-08-27 15:14:04 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-08-27 15:14:04 +0000 |
commit | 07bdb379989a4c61c2c113d49740a0d5d1669958 (patch) | |
tree | 79901e8d610425a748db0bdfe8f64941b9f7ebb2 /shells/tcsh | |
parent | b71d86efd7dfe313b8f42b4ae5a89ebf5c80bf57 (diff) | |
download | pkgsrc-07bdb379989a4c61c2c113d49740a0d5d1669958.tar.gz |
Look for libncurses also.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/distinfo | 3 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ao | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 4190a50b5b1..c251080f4f9 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.12 2004/05/19 17:42:35 kim Exp $ +$NetBSD: distinfo,v 1.13 2004/08/27 15:14:04 kim Exp $ SHA1 (tcsh-6.13.00.tar.gz) = 0980ac5765fffc48bd3abf7c685c848af88c4596 Size (tcsh-6.13.00.tar.gz) = 844755 bytes SHA1 (patch-aa) = 98ab704908a6fe2f570d2688c2a9bdb600f630eb SHA1 (patch-ad) = 4eee34eb2f8ce3ddc3f6b4177510945a00f66f15 +SHA1 (patch-ao) = c1ea35a69f0f361b641af5dd7af0196c0642a26e diff --git a/shells/tcsh/patches/patch-ao b/shells/tcsh/patches/patch-ao new file mode 100644 index 00000000000..2bebcc24fe7 --- /dev/null +++ b/shells/tcsh/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1 2004/08/27 15:14:04 kim Exp $ + +--- configure.orig 2003-06-18 15:32:43.000000000 -0400 ++++ configure 2004-08-27 11:12:00.000000000 -0400 +@@ -2876,7 +2876,7 @@ + fi + rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext + if test "$ac_cv_search_tgetent" = no; then +- for ac_lib in termlib curses termcap; do ++ for ac_lib in termlib curses ncurses termcap; do + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" |