diff options
author | 2023-05-02 11:55:02 -0400 | |
---|---|---|
committer | 2023-05-02 12:56:17 -0400 | |
commit | 6e58c4bee50fb1e19375cf3fbf2a80e4db0a052c (patch) | |
tree | 380f1db6fff2be32918ee628a4596ebc12d35ef5 /app-emulation/wine-proton/wine-proton-7.0.6.ebuild | |
parent | app-emulation/wine-proton: drop 7.0.9999 (diff) | |
download | gentoo-6e58c4bee50fb1e19375cf3fbf2a80e4db0a052c.tar.gz gentoo-6e58c4bee50fb1e19375cf3fbf2a80e4db0a052c.tar.bz2 gentoo-6e58c4bee50fb1e19375cf3fbf2a80e4db0a052c.zip |
app-emulation/wine-proton: fix 7.0.6 build with mingw64 11.0.0
Mostly a dirty/quick hack, exact cause leading to this happening
with wine-proton-7(32bit) but not 8 nor 7(64bit) haven't been fully
dug into.
Had tested wine-vanilla-7.0.2 with 11.0.0 and initially thought
proton-7 was fine too, but unlike vanilla it defines __fastfail.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-proton/wine-proton-7.0.6.ebuild')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-7.0.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild index 2c927df19297..0479380661a8 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild @@ -117,6 +117,7 @@ PATCHES=( "${FILESDIR}"/${PN}-7.0.4-noexecstack.patch "${FILESDIR}"/${PN}-7.0.4-restore-menubuilder.patch "${FILESDIR}"/${PN}-7.0.4-unwind.patch + "${FILESDIR}"/${PN}-7.0.6-mingw64-11.0.0.patch ) pkg_pretend() { |