SOURCES: netrik-tinfo.patch (NEW) - -ltinfo for term functions

qboosh qboosh at pld-linux.org
Wed Dec 20 18:09:12 CET 2006


Author: qboosh                       Date: Wed Dec 20 17:09:12 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- -ltinfo for term functions

---- Files affected:
SOURCES:
   netrik-tinfo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/netrik-tinfo.patch
diff -u /dev/null SOURCES/netrik-tinfo.patch:1.1
--- /dev/null	Wed Dec 20 18:09:12 2006
+++ SOURCES/netrik-tinfo.patch	Wed Dec 20 18:09:07 2006
@@ -0,0 +1,16 @@
+--- netrik-1.15.5/configure.ac.orig	2006-12-18 08:50:37.000000000 +0100
++++ netrik-1.15.5/configure.ac	2006-12-20 17:40:23.462063078 +0100
+@@ -19,11 +19,11 @@
+ 
+ dnl check for ncurses
+ AC_CHECK_LIB(ncurses,
+-	     tparm,
++	     initscr,
+ 	     [NCURSES="yes"],
+ 	     AC_MSG_ERROR([ncurses is absolutely required!]))
+ 
+-LIBS="-lncurses $LIBS"
++LIBS="-lncurses -ltinfo $LIBS"
+ 
+ dnl check for readline
+ AC_CHECK_LIB(readline,
================================================================


More information about the pld-cvs-commit mailing list