packages: cmatrix/cmatrix-link.patch (NEW) - link with -ltinfo

lisu lisu at pld-linux.org
Mon Sep 20 13:08:16 CEST 2010


Author: lisu                         Date: Mon Sep 20 11:08:16 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- link with -ltinfo

---- Files affected:
packages/cmatrix:
   cmatrix-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/cmatrix/cmatrix-link.patch
diff -u /dev/null packages/cmatrix/cmatrix-link.patch:1.1
--- /dev/null	Mon Sep 20 13:08:16 2010
+++ packages/cmatrix/cmatrix-link.patch	Mon Sep 20 13:08:10 2010
@@ -0,0 +1,11 @@
+--- cmatrix-1.2a/configure.in~	2010-09-20 13:04:06.262980080 +0200
++++ cmatrix-1.2a/configure.in	2010-09-20 13:05:13.735482420 +0200
+@@ -148,7 +148,7 @@
+ 
+ dnl Parse any configure options
+ 
+-LIBS="$LIBS $CURSES_LIB"
++LIBS="$LIBS $CURSES_LIB -ltinfo"
+ AC_ARG_ENABLE(debug, [  --enable-debug          Enable debugging (def disabled)],)
+ 
+ AC_SUBST(CURSES_LIB)
================================================================


More information about the pld-cvs-commit mailing list