]> git.pld-linux.org Git - packages/centerim.git/blobdiff - ncurses-tinfo.patch
- lame fix
[packages/centerim.git] / ncurses-tinfo.patch
diff --git a/ncurses-tinfo.patch b/ncurses-tinfo.patch
new file mode 100644 (file)
index 0000000..08b1590
--- /dev/null
@@ -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, [])
+ ], [
This page took 0.03591 seconds and 4 git commands to generate.