packages: gpm/gpm-ncursesw.patch - restored
lisu
lisu at pld-linux.org
Tue Jan 10 17:40:56 CET 2012
Author: lisu Date: Tue Jan 10 16:40:56 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- restored
---- Files affected:
packages/gpm:
gpm-ncursesw.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/gpm/gpm-ncursesw.patch
diff -u /dev/null packages/gpm/gpm-ncursesw.patch:1.3
--- /dev/null Tue Jan 10 17:40:56 2012
+++ packages/gpm/gpm-ncursesw.patch Tue Jan 10 17:40:51 2012
@@ -0,0 +1,19 @@
+--- gpm-1.20.6/configure.ac.old 2009-09-25 20:21:34.000000000 +0200
++++ gpm-1.20.6/configure.ac 2009-09-25 20:24:05.000000000 +0200
+@@ -113,14 +113,14 @@
+ *)
+ SAVELIBS=$LIBS
+ LIBS=
+- for i in tinfo ncurses termcap termlib; do
++ for i in tinfow ncursesw termcap termlib; do
+ if test x$LIBS = x; then
+ AC_CHECK_LIB($i, tputs)
+ else :; fi
+ done
+ TERMLIBS=$LIBS
+ LIBS=
+- for i in ncurses curses; do
++ for i in ncursesw curses; do
+ if test x$LIBS = x; then
+ AC_CHECK_LIB($i, wgetch,,,$TERMLIBS)
+ else :; fi
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpm/gpm-ncursesw.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list