]> git.pld-linux.org Git - packages/wine.git/blob - wine-ncurses.patch
- 'ld: acs_map undefined'
[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      saved_libs="$LIBS"
16      LIBS="$CURSESLIBS $LIBS"
17      AC_CHECK_FUNCS(getbkgd resizeterm)
This page took 0.106286 seconds and 4 git commands to generate.