packages: gpm/gpm-ncursesw.patch - do not search for tinfo(w) libs
lisu
lisu at pld-linux.org
Tue Jan 10 17:44:24 CET 2012
Author: lisu Date: Tue Jan 10 16:44:24 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- do not search for tinfo(w) libs
---- Files affected:
packages/gpm:
gpm-ncursesw.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/gpm/gpm-ncursesw.patch
diff -u packages/gpm/gpm-ncursesw.patch:1.3 packages/gpm/gpm-ncursesw.patch:1.4
--- packages/gpm/gpm-ncursesw.patch:1.3 Tue Jan 10 17:40:51 2012
+++ packages/gpm/gpm-ncursesw.patch Tue Jan 10 17:44:19 2012
@@ -5,7 +5,7 @@
SAVELIBS=$LIBS
LIBS=
- for i in tinfo ncurses termcap termlib; do
-+ for i in tinfow ncursesw termcap termlib; do
++ for i in ncursesw termcap termlib; do
if test x$LIBS = x; then
AC_CHECK_LIB($i, tputs)
else :; fi
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpm/gpm-ncursesw.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list