diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2017-01-09 13:52:42 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2017-01-09 13:52:42 -0500 |
commit | ac36235034d85541f9825707640743406d6cc3f9 (patch) | |
tree | 83481ed0709880eda8d2961ca43a76367b095766 /app-emulation/wine | |
parent | app-emulation/wine: Version bump to 1.8.6 (diff) | |
download | gentoo-ac36235034d85541f9825707640743406d6cc3f9.tar.gz gentoo-ac36235034d85541f9825707640743406d6cc3f9.tar.bz2 gentoo-ac36235034d85541f9825707640743406d6cc3f9.zip |
app-emulation/wine: Re-add flex 2.6.3 patch for 1.8.{5,6}
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.8.5.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.8.6.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app-emulation/wine/wine-1.8.5.ebuild b/app-emulation/wine/wine-1.8.5.ebuild index 052d8c33a2b0..55b9ee5d7351 100644 --- a/app-emulation/wine/wine-1.8.5.ebuild +++ b/app-emulation/wine/wine-1.8.5.ebuild @@ -327,6 +327,9 @@ src_prepare() { "${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 "${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" diff --git a/app-emulation/wine/wine-1.8.6.ebuild b/app-emulation/wine/wine-1.8.6.ebuild index 052d8c33a2b0..55b9ee5d7351 100644 --- a/app-emulation/wine/wine-1.8.6.ebuild +++ b/app-emulation/wine/wine-1.8.6.ebuild @@ -327,6 +327,9 @@ src_prepare() { "${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 "${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" |