From 16f34eea7eca0cdad69ae72e759bfe7b554d0a20 Mon Sep 17 00:00:00 2001 From: kim Date: Fri, 27 Aug 2004 15:14:04 +0000 Subject: Look for libncurses also. --- shells/tcsh/distinfo | 3 ++- shells/tcsh/patches/patch-ao | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 shells/tcsh/patches/patch-ao (limited to 'shells/tcsh') 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" -- cgit v1.2.3