packages: centerim/ncurses-tinfo.patch (NEW) - lame fix

glen glen at pld-linux.org
Thu Oct 21 11:13:08 CEST 2010


Author: glen                         Date: Thu Oct 21 09:13:08 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- lame fix

---- Files affected:
packages/centerim:
   ncurses-tinfo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/centerim/ncurses-tinfo.patch
diff -u /dev/null packages/centerim/ncurses-tinfo.patch:1.1
--- /dev/null	Thu Oct 21 11:13:08 2010
+++ packages/centerim/ncurses-tinfo.patch	Thu Oct 21 11:13:02 2010
@@ -0,0 +1,13 @@
+lazy fix for -ltinfow (ideally should fix the other cases as well)
+
+--- centerim-4.22.9/configure.ac~	2009-12-14 22:25:50.000000000 +0200
++++ centerim-4.22.9/configure.ac	2010-10-17 13:33:58.455760800 +0300
+@@ -386,7 +386,7 @@
+ AC_CHECK_LIB(nsl, gethostbyname)
+ 
+ AC_CHECK_LIB(ncursesw, get_wch, [AC_DEFINE(HAVE_NCURSESW, 1, [check widechar ncurses])
+-LIBS="$LIBS -lncursesw"
++LIBS="$LIBS -lncursesw -ltinfow"
+ 		 AC_CHECK_HEADERS(ncursesw/cursesw.h,[])
+ 		 AC_CHECK_HEADERS(ncursesw/curses.h, [])
+ ], [
================================================================


More information about the pld-cvs-commit mailing list