From 353f646c5f28a50a642a00d3eda890e8600e9188 Mon Sep 17 00:00:00 2001 From: sparky Date: Wed, 2 Aug 2006 00:40:09 +0000 Subject: [PATCH] - try -ltinfo for tgetent Changed files: texinfo-as_needed-fix.patch -> 1.1 --- texinfo-as_needed-fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 texinfo-as_needed-fix.patch diff --git a/texinfo-as_needed-fix.patch b/texinfo-as_needed-fix.patch new file mode 100644 index 0000000..47f0d97 --- /dev/null +++ b/texinfo-as_needed-fix.patch @@ -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]) -- 2.44.0