]> git.pld-linux.org Git - packages/wine.git/commitdiff
- rel 3; ncursesw detection (wine checks for soname exactly instead of checking if... auto/th/wine-1.4.1-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Jun 2013 15:40:37 +0000 (17:40 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Jun 2013 15:40:37 +0000 (17:40 +0200)
wine-ncurses.patch
wine.spec

index 08078422d1dafca5e51a4f9866a2fae462cc8e44..a92ce78a871c54a6f80fa23afbab148cc9ed461c 100644 (file)
  # define CURSES_NAME "ncurses"
  #else
  # define CURSES_NAME "curses"
+diff -urN wine-1.4.1.org/configure.ac wine-1.4.1/configure.ac
+--- wine-1.4.1.org/configure.ac        2012-06-15 21:17:00.000000000 +0200
++++ wine-1.4.1/configure.ac    2013-06-13 17:34:25.210134842 +0200
+@@ -1281,6 +1281,9 @@
+ if test "$ac_cv_header_ncurses_h" = "yes"
+ then
+     WINE_CHECK_SONAME(ncurses,waddch,[CURSESLIBS="-lncurses"])
++    if test "x$ac_cv_lib_soname_ncurses" = "x"; then
++        WINE_CHECK_SONAME(ncursesw,waddch,[CURSESLIBS="-lncursesw"])
++    fi
+ elif test "$ac_cv_header_curses_h" = "yes"
+ then
+     WINE_CHECK_SONAME(curses,waddch,[CURSESLIBS="-lcurses"])
+@@ -1289,8 +1292,8 @@
+ LIBS="$LIBS $CURSESLIBS"
+ AC_CHECK_FUNCS(mousemask)
+ LIBS="$ac_save_LIBS"
+-WINE_NOTICE_WITH(curses,[test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"],
+-                 [lib(n)curses ${notice_platform}development files not found, curses won't be supported.])
++WINE_NOTICE_WITH(curses,[test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses$ac_cv_lib_soname_ncursesw" = "x"],
++                 [lib(n)curses(w) ${notice_platform}development files not found, curses won't be supported.])
+ dnl **** Check for SANE ****
+ if test "x$with_sane" != "xno"
index 5a10e7815eb96682c79abb586c27da86a384534b..7994dcc9294658f41697a08dc26ac7337d098241 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -32,7 +32,7 @@ Summary(pl.UTF-8):    Program pozwalający uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:          wine
 Version:       1.4.1
-Release:       2
+Release:       3
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
This page took 1.353526 seconds and 4 git commands to generate.