summaryrefslogtreecommitdiffstats
path: root/package/wine/0002-detect-ncursesw.patch
diff options
context:
space:
mode:
authorAndré Hentschel <nerv@dawncrow.de>2015-12-20 03:24:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 13:34:43 +0100
commitac8b5ffef1ce93b13ac6fb2ba37c8ce7ec42afcb (patch)
treec8196147e532cc9b468d97f6ca91cd6e6ed644ad /package/wine/0002-detect-ncursesw.patch
parent1b5352e7942990ff65037889e2e35d67d7b2671a (diff)
downloadbuildroot-ac8b5ffef1ce93b13ac6fb2ba37c8ce7ec42afcb.tar.gz
buildroot-ac8b5ffef1ce93b13ac6fb2ba37c8ce7ec42afcb.zip
wine: Bump to version 1.8
Bumping to brand new stable version 1.8 Upstreamed patches are dropped, sane patch is rebased. Adding libpcap, pulseaudio and samba4 as soft dependencies. sfnt2fon moved to its own subfolder and needs to be built in host-wine. Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wine/0002-detect-ncursesw.patch')
-rw-r--r--package/wine/0002-detect-ncursesw.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/wine/0002-detect-ncursesw.patch b/package/wine/0002-detect-ncursesw.patch
deleted file mode 100644
index 7f153b1ee9..0000000000
--- a/package/wine/0002-detect-ncursesw.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Detect libncursesw as well.
-Backport from upstream 8d4e1fa7d77636a88651c9d48a48d39fab931c49
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
-diff -Nura wine-1.6.2.orig/configure.ac wine-1.6.2/configure.ac
---- wine-1.6.2.orig/configure.ac 2015-05-01 09:24:24.741960685 -0300
-+++ wine-1.6.2/configure.ac 2015-05-01 09:25:26.860069750 -0300
-@@ -1359,7 +1359,7 @@
- CURSESLIBS=""
- if test "$ac_cv_header_ncurses_h" = "yes"
- then
-- WINE_CHECK_SONAME(ncurses,waddch,[CURSESLIBS="-lncurses"])
-+ WINE_CHECK_SONAME(ncurses,waddch,[CURSESLIBS="-lncurses"],,,[[libncursesw\\{0,1\\}]])
- elif test "$ac_cv_header_curses_h" = "yes"
- then
- WINE_CHECK_SONAME(curses,waddch,[CURSESLIBS="-lcurses"])
OpenPOWER on IntegriCloud