summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-01-02 18:36:31 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-01-02 18:36:45 +0100
commit6f6d1f04bc2704a55adfdc3a73c525eaa3325366 (patch)
treeeeb6b9540d9e27b63f5bf303d45934840500b51f /app-emulation/wine/wine-1.8.3-r1.ebuild
parentdev-erlang/fast_xml: Fix unit tests (diff)
downloadgentoo-6f6d1f04bc2704a55adfdc3a73c525eaa3325366.tar.gz
gentoo-6f6d1f04bc2704a55adfdc3a73c525eaa3325366.tar.bz2
gentoo-6f6d1f04bc2704a55adfdc3a73c525eaa3325366.zip
app-emulation/wine: Apply flex263 patch to all available ebuilds
as requested by wine maintainer. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation/wine/wine-1.8.3-r1.ebuild')
-rw-r--r--app-emulation/wine/wine-1.8.3-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.8.3-r1.ebuild b/app-emulation/wine/wine-1.8.3-r1.ebuild
index 429315cb8624..d386cdbbb252 100644
--- a/app-emulation/wine/wine-1.8.3-r1.ebuild
+++ b/app-emulation/wine/wine-1.8.3-r1.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$
@@ -328,6 +328,9 @@ src_prepare() {
"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${PN}-1.8-gnutls-3.5-compat.patch #587028
"${WORKDIR}/${GST_P}.patch"
+
+ # 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"