]> git.pld-linux.org Git - packages/xine-ui.git/blob - xine-ui-ncurses.patch
- updated to 0.99.6
[packages/xine-ui.git] / xine-ui-ncurses.patch
1 --- xine-ui-0.99.6/m4/readline.m4.orig  2009-12-19 00:14:27.000000000 +0100
2 +++ xine-ui-0.99.6/m4/readline.m4       2011-02-20 07:02:26.886967526 +0100
3 @@ -63,7 +63,7 @@
4        if test "$LIBS" = ''; then
5         LIBS=''
6         LDFLAGS="$READLINE_LDFLAGS_TEMP"
7 -        AC_CHECK_LIB([ncurses], [cbreak])
8 +        AC_SEARCH_LIBS([cbreak], [tinfow ncursesw tinfo ncurses])
9          if test "$LIBS" = ''; then
10           AC_MSG_NOTICE([libreadline is not linked against libncurses, and I can't find it - disabling])
11           have_readline=no
This page took 0.078981 seconds and 3 git commands to generate.