summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-01-02 12:36:22 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-01-02 12:36:37 +0100
commitcc9f166fe9cd2176ad5bbd41300390e5d8f8a575 (patch)
tree56dbcadf2f3572a69c3641242b3b07d5b1cdc37e /app-emulation/wine/wine-1.9.23.ebuild
parentnet-dns/nsd: Fixed maintainer entry in metadata.xml (diff)
downloadgentoo-cc9f166fe9cd2176ad5bbd41300390e5d8f8a575.tar.gz
gentoo-cc9f166fe9cd2176ad5bbd41300390e5d8f8a575.tar.bz2
gentoo-cc9f166fe9cd2176ad5bbd41300390e5d8f8a575.zip
app-emulation/wine: Fixed compilation with =sys-devel/flex-2.6.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation/wine/wine-1.9.23.ebuild')
-rw-r--r--app-emulation/wine/wine-1.9.23.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.9.23.ebuild b/app-emulation/wine/wine-1.9.23.ebuild
index 5eba6e1a5b42..b6f6e7664a29 100644
--- a/app-emulation/wine/wine-1.9.23.ebuild
+++ b/app-emulation/wine/wine-1.9.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -338,6 +338,9 @@ src_prepare() {
"${FILESDIR}"/${PN}-1.9.5-multilib-portage.patch #395615
"${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
+
+ # https://bugs.winehq.org/show_bug.cgi?id=42132
+ "${FILESDIR}"/${PN}-2.0_rc3-flex263.patch
)
if use staging; then
ewarn "Applying the Wine-Staging patchset. Any bug reports to the"