pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/tcsh Look for libncurses also.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5e98f378bd7
branches:  trunk
changeset: 479992:a5e98f378bd7
user:      kim <kim%pkgsrc.org@localhost>
date:      Fri Aug 27 15:14:04 2004 +0000

description:
Look for libncurses also.

diffstat:

 shells/tcsh/distinfo         |   3 ++-
 shells/tcsh/patches/patch-ao |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 12263e37af63 -r a5e98f378bd7 shells/tcsh/distinfo
--- a/shells/tcsh/distinfo      Fri Aug 27 15:09:08 2004 +0000
+++ b/shells/tcsh/distinfo      Fri Aug 27 15:14:04 2004 +0000
@@ -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 -r 12263e37af63 -r a5e98f378bd7 shells/tcsh/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patches/patch-ao      Fri Aug 27 15:14:04 2004 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index