]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
- try -ltinfo for tgetent
authorsparky <sparky@pld-linux.org>
Wed, 2 Aug 2006 00:40:09 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texinfo-as_needed-fix.patch -> 1.1

texinfo-as_needed-fix.patch [new file with mode: 0644]

diff --git a/texinfo-as_needed-fix.patch b/texinfo-as_needed-fix.patch
new file mode 100644 (file)
index 0000000..47f0d97
--- /dev/null
@@ -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])
This page took 0.047036 seconds and 4 git commands to generate.