]> git.pld-linux.org Git - packages/centerim.git/blame - ncurses-tinfo.patch
- lame fix
[packages/centerim.git] / ncurses-tinfo.patch
CommitLineData
7a679466
ER
1lazy fix for -ltinfow (ideally should fix the other cases as well)
2
3--- centerim-4.22.9/configure.ac~ 2009-12-14 22:25:50.000000000 +0200
4+++ centerim-4.22.9/configure.ac 2010-10-17 13:33:58.455760800 +0300
5@@ -386,7 +386,7 @@
6 AC_CHECK_LIB(nsl, gethostbyname)
7
8 AC_CHECK_LIB(ncursesw, get_wch, [AC_DEFINE(HAVE_NCURSESW, 1, [check widechar ncurses])
9-LIBS="$LIBS -lncursesw"
10+LIBS="$LIBS -lncursesw -ltinfow"
11 AC_CHECK_HEADERS(ncursesw/cursesw.h,[])
12 AC_CHECK_HEADERS(ncursesw/curses.h, [])
13 ], [
This page took 0.280491 seconds and 4 git commands to generate.