]> git.pld-linux.org Git - packages/wine.git/blob - wine-ncurses.patch
- fixed
[packages/wine.git] / wine-ncurses.patch
1 diff -ur wine-20050830/configure.ac wine-20050830.new/configure.ac
2 --- wine-20050830/configure.ac  2005-08-25 12:14:13.000000000 +0000
3 +++ wine-20050830.new/configure.ac      2005-08-30 21:17:23.420872264 +0000
4 @@ -467,12 +467,12 @@
5      then
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      elif test "$ac_cv_header_curses_h" = "yes"
11      then
12          AC_CHECK_LIB(curses,waddch,
13              [AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have the curses library (-lcurses)])
14 -             CURSESLIBS="-lcurses"])
15 +                      CURSESLIBS="-lcurses -ltinfo"])])])])
16      fi
17  fi
18  AC_SUBST(CURSESLIBS)
This page took 0.034572 seconds and 4 git commands to generate.