SOURCES: texinfo-as_needed-fix.patch (NEW) - try -ltinfo for tgetent

sparky sparky at pld-linux.org
Wed Aug 2 02:40:14 CEST 2006


Author: sparky                       Date: Wed Aug  2 00:40:14 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- try -ltinfo for tgetent

---- Files affected:
SOURCES:
   texinfo-as_needed-fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/texinfo-as_needed-fix.patch
diff -u /dev/null SOURCES/texinfo-as_needed-fix.patch:1.1
--- /dev/null	Wed Aug  2 02:40:14 2006
+++ SOURCES/texinfo-as_needed-fix.patch	Wed Aug  2 02:40:09 2006
@@ -0,0 +1,12 @@
+diff -Nur texinfo-4.8/configure.ac texinfo-4.8.as_needed-fix/configure.ac
+--- texinfo-4.8/configure.ac	2004-12-31 19:00:48.000000000 +0100
++++ texinfo-4.8.as_needed-fix/configure.ac	2006-08-02 02:37:33.000000000 +0200
+@@ -119,7 +119,7 @@
+ # rather ncurses.  So we check for it.
+ TERMLIBS=
+ # Check for termlib before termcap because Solaris termcap needs libucb.
+-TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo"
++TERMLIB_VARIANTS="tinfo ncurses curses termlib termcap terminfo"
+ for termlib in ${TERMLIB_VARIANTS}; do
+   AC_CHECK_LIB(${termlib}, tgetent,
+      [TERMLIBS="${TERMLIBS} -l${termlib}"; break])
================================================================


More information about the pld-cvs-commit mailing list