Author: qboosh Date: Sat Aug 25 13:45:18 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - check for libtinfo
---- Files affected: SOURCES: fish-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/fish-link.patch diff -u /dev/null SOURCES/fish-link.patch:1.1 --- /dev/null Sat Aug 25 15:45:18 2007 +++ SOURCES/fish-link.patch Sat Aug 25 15:45:13 2007 @@ -0,0 +1,11 @@ +--- fish-1.22.3/configure.ac.orig 2007-02-08 18:38:58.000000000 +0100 ++++ fish-1.22.3/configure.ac 2007-08-25 15:38:21.396699519 +0200 +@@ -457,7 +457,7 @@ + fi + AC_SEARCH_LIBS( connect, socket, , [AC_MSG_ERROR([Cannot find the socket library, needed to build this package.] )] ) + AC_SEARCH_LIBS( nanosleep, rt, , [AC_MSG_ERROR([Cannot find the rt library, needed to build this package.] )] ) +-AC_SEARCH_LIBS( setupterm, [ncurses curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish])] ) ++AC_SEARCH_LIBS( setupterm, [tinfo ncurses curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish])] ) + AC_SEARCH_LIBS( iconv_open, iconv, , [AC_MSG_ERROR([Could not find an iconv implementation, needed to build fish])] ) + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
