diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-15 16:59:56 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-15 17:03:10 -0500 |
commit | 0788fb38a04de20fa74a35675cdd4d1955882316 (patch) | |
tree | 0f2c0cb041c49580c709f64d2bfb53ad67657412 /app-emulation | |
parent | app-crypt/mit-krb5: add 1.20.1 (diff) | |
download | gentoo-0788fb38a04de20fa74a35675cdd4d1955882316.tar.gz gentoo-0788fb38a04de20fa74a35675cdd4d1955882316.tar.bz2 gentoo-0788fb38a04de20fa74a35675cdd4d1955882316.zip |
app-emulation/wine-vanilla: update live
Upstream has restored CROSSLDFLAGS, but issues
with -fno-strict-aliasing still remains.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 5b5c6577712d..19bde159c386 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -125,7 +125,6 @@ QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( "${FILESDIR}"/${PN}-7.0-noexecstack.patch "${FILESDIR}"/${PN}-7.20-unwind.patch - "${FILESDIR}"/${PN}-7.21-crossflags.patch ) pkg_pretend() { @@ -250,6 +249,8 @@ src_configure() { # use *FLAGS for mingw, but strip unsupported : "${CROSSCFLAGS:=$( + # >=wine-7.21 configure.ac no longer adds -fno-strict by mistake + append-cflags '-fno-strict-aliasing' filter-flags '-fstack-clash-protection' #758914 filter-flags '-fstack-protector*' #870136 filter-flags '-mfunction-return=thunk*' #878849 |