summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches
diff options
context:
space:
mode:
authorkim <kim>2004-08-27 15:14:04 +0000
committerkim <kim>2004-08-27 15:14:04 +0000
commit7b4cf53e079835bb769dd86743484e75ffe2e083 (patch)
tree79901e8d610425a748db0bdfe8f64941b9f7ebb2 /shells/tcsh/patches
parentffcafc7f7f81138c2360db7116bee2619181df37 (diff)
downloadpkgsrc-7b4cf53e079835bb769dd86743484e75ffe2e083.tar.gz
Look for libncurses also.
Diffstat (limited to 'shells/tcsh/patches')
-rw-r--r--shells/tcsh/patches/patch-ao13
1 files changed, 13 insertions, 0 deletions
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"