diff options
Diffstat (limited to 'app-emulation/wine/wine-1.9.9-r3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.9.9-r3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.9.9-r3.ebuild b/app-emulation/wine/wine-1.9.9-r3.ebuild index 16bdcb6e8a0f..ba5d53af5390 100644 --- a/app-emulation/wine/wine-1.9.9-r3.ebuild +++ b/app-emulation/wine/wine-1.9.9-r3.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.7.12-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 "${FILESDIR}"/${PN}-1.8-gnutls-3.5-compat.patch #587028 + + # 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" |