Author: qrczak Date: Sun Feb 25 11:58:56 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - Fixed linking libtinfo
---- Files affected: SOURCES: gnugo-tinfo.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gnugo-tinfo.patch diff -u /dev/null SOURCES/gnugo-tinfo.patch:1.1 --- /dev/null Sun Feb 25 12:58:56 2007 +++ SOURCES/gnugo-tinfo.patch Sun Feb 25 12:58:51 2007 @@ -0,0 +1,11 @@ +--- gnugo-3.6/configure.in~ 2004-11-17 18:58:47.000000000 +0100 ++++ gnugo-3.6/configure.in 2007-02-25 12:53:30.000000000 +0100 +@@ -270,7 +270,7 @@ + if test "$term_header" != "no" -a "$curses_header" != "no" ; then + + dnl check for a working termcap library +- AC_SEARCH_LIBS(tparm,ncurses curses pdcurses termcap terminfo termlib) ++ AC_SEARCH_LIBS(tparm,tinfo ncurses curses pdcurses termcap terminfo termlib) + + if test "$ac_cv_search_tparm" != "no" ; then + AC_DEFINE(TERMINFO) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
