summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-08-23 23:36:13 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-08-24 02:58:01 -0400
commitd6447534386cf239779492bdec636182bd1f5c91 (patch)
tree446bd599e7fde1efaefed01ff796b72e6c7229fa /app-emulation
parentapp-emulation/wine-staging: drop 9.11, 9.12 (diff)
downloadgentoo-d6447534386cf239779492bdec636182bd1f5c91.tar.gz
gentoo-d6447534386cf239779492bdec636182bd1f5c91.tar.bz2
gentoo-d6447534386cf239779492bdec636182bd1f5c91.zip
app-emulation/wine-staging: remove obsolete gcc14 workaround
Unsure since when but noticed that upstream's CI is passing again, it used to fail due to gcc14 and releases were happening anyway leaving it like that. Have not thoroughly tested but a simple build seems fine. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine-staging/wine-staging-9999.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
index 701e686b693b..992a6503e0ea 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -334,11 +334,6 @@ src_configure() {
strip-unsupported-flags
fi
- # >=wine-vanilla-9 has proper fixes and builds with gcc-14, but
- # staging patchset is messier and would rather not have to worry
- # about it (try to remove on bump now and then, bug #919758)
- append-cflags $(test-flags-CC -Wno-error=incompatible-pointer-types)
-
if use mingw; then
use crossdev-mingw || PATH=${BROOT}/usr/lib/mingw64-toolchain/bin:${PATH}