SOURCES: xwpe-tinfo.patch (NEW) - fix ncurses/tinfo linking

baggins baggins at pld-linux.org
Wed Sep 5 17:34:34 CEST 2007


Author: baggins                      Date: Wed Sep  5 15:34:34 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix ncurses/tinfo linking

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

---- Diffs:

================================================================
Index: SOURCES/xwpe-tinfo.patch
diff -u /dev/null SOURCES/xwpe-tinfo.patch:1.1
--- /dev/null	Wed Sep  5 17:34:34 2007
+++ SOURCES/xwpe-tinfo.patch	Wed Sep  5 17:34:29 2007
@@ -0,0 +1,11 @@
+--- xwpe-1.5.30a/configure.in~	2005-07-07 03:53:09.000000000 +0200
++++ xwpe-1.5.30a/configure.in	2007-09-05 17:25:44.000000000 +0200
+@@ -14,7 +14,7 @@
+ AC_CHECK_LIB(ncurses, main,
+  LIBS="${LIBS} -lncurses"
+  CURSES="yes"
+- AC_CHECK_LIB(mytinfo, main, LIBS="${LIBS} -lmytinfo"),
++ AC_CHECK_LIB(tinfo, main, LIBS="${LIBS} -ltinfo"),
+  AC_CHECK_LIB(curses, main,
+   LIBS="${LIBS} -lcurses"
+   CURSES="yes",
================================================================


More information about the pld-cvs-commit mailing list