]> git.pld-linux.org Git - packages/centerim.git/commitdiff
- lame fix auto/th/centerim-4_22_9-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Oct 2010 09:13:02 +0000 (09:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncurses-tinfo.patch -> 1.1

ncurses-tinfo.patch [new file with mode: 0644]

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.06429 seconds and 4 git commands to generate.