Author: arekm Date: Sun Aug 17 20:32:26 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - tinfo fix; drop obsolete patch
---- Files affected: SOURCES: lftp-tinfo.patch (NONE -> 1.1) (NEW), lftp-as_needed-fix.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: SOURCES/lftp-tinfo.patch diff -u /dev/null SOURCES/lftp-tinfo.patch:1.1 --- /dev/null Sun Aug 17 22:32:26 2008 +++ SOURCES/lftp-tinfo.patch Sun Aug 17 22:32:20 2008 @@ -0,0 +1,12 @@ +diff -urN lftp-3.7.4.org/m4/terminfo.m4 lftp-3.7.4/m4/terminfo.m4 +--- lftp-3.7.4.org/m4/terminfo.m4 2004-02-12 14:37:26.000000000 +0100 ++++ lftp-3.7.4/m4/terminfo.m4 2008-08-17 22:25:38.149166773 +0200 +@@ -3,7 +3,7 @@ + AC_CHECK_HEADERS(curses.h term.h ncurses/curses.h ncurses/term.h) + + # Get a library with terminal caps if needed; prefer one with tigetstr. +- AC_SEARCH_LIBS(tigetstr, [curses ncurses], [ ++ AC_SEARCH_LIBS(tigetstr, [tinfo curses ncurses], [ + AC_DEFINE(HAVE_TIGETSTR, 1, [Define to 1 if you have the `tigetstr' function.]) + AC_CHECK_FUNCS(tgetstr) + ], [AC_SEARCH_LIBS(tgetstr, termcap, ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
