]> git.pld-linux.org Git - packages/wine.git/blame - wine-ncurses.patch
- updated for 20050830
[packages/wine.git] / wine-ncurses.patch
CommitLineData
7763ea47
SP
1diff -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:06:27.136642632 +0000
4@@ -467,12 +467,12 @@
5 then
6 AC_CHECK_LIB(ncurses,waddch,
84c24536 7 [AC_DEFINE(HAVE_LIBNCURSES, 1, [Define if you have the ncurses library (-lncurses)])
7763ea47 8- CURSESLIBS="-lncurses"])
84c24536 9+ CURSESLIBS="-lncurses -ltinfo"],
7763ea47
SP
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
9a1796ca 17 fi
18 AC_SUBST(CURSESLIBS)
This page took 0.25897 seconds and 4 git commands to generate.