]> git.pld-linux.org Git - packages/wine.git/blob - wine-ncurses.patch
- 20050628
[packages/wine.git] / wine-ncurses.patch
1 diff -ruN wine-20021125/configure.ac wine-20021125-/configure.ac
2 --- wine-20021125/configure.ac  Mon Nov 25 22:12:26 2002
3 +++ wine-20021125-/configure.ac Wed Dec 11 21:24:51 2002
4 @@ -354,11 +354,11 @@
5      AC_CHECK_HEADERS(ncurses.h,
6          [AC_CHECK_LIB(ncurses,waddch,
7              [AC_DEFINE(HAVE_LIBNCURSES, 1, [Define if you have the ncurses library (-lncurses)])
8 -             CURSESLIBS="-lncurses"],
9 +             CURSESLIBS="-lncurses -ltinfo"],
10               [AC_CHECK_HEADERS(curses.h,
11                   [AC_CHECK_LIB(curses,waddch,
12                       [AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have the curses library (-lcurses)])
13 -                      CURSESLIBS="-lcurses"])])])])
14 +                      CURSESLIBS="-lcurses -ltinfo"])])])])
15  fi
16  AC_SUBST(CURSESLIBS)
17  
This page took 0.029888 seconds and 3 git commands to generate.