diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-06-24 00:35:31 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-06-24 00:54:02 -0400 |
commit | cff1c1a851bde315cc5e86174908b48018ac9b12 (patch) | |
tree | 198bdf99f36e343c134ac0eb1ac3ab951b951064 /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | |
parent | app-emulation/wine-vanilla: add 8.11 (diff) | |
download | gentoo-cff1c1a851bde315cc5e86174908b48018ac9b12.tar.gz gentoo-cff1c1a851bde315cc5e86174908b48018ac9b12.tar.bz2 gentoo-cff1c1a851bde315cc5e86174908b48018ac9b12.zip |
app-emulation/wine-vanilla: remove -fno-strict-aliasing workaround
Unfortunately the option itself is still needed, but the build system
now handles passing it properly again.
This got fixed in 8.10 but missed the fix at the time.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index fa578d8607db..f2da3a5c1b7b 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -271,8 +271,6 @@ 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-protector*' #870136 filter-flags '-mfunction-return=thunk*' #878849 CC=${CROSSCC} test-flags-CC ${CFLAGS:--O2})}" |