commit:     d6447534386cf239779492bdec636182bd1f5c91
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 03:36:13 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 06:58:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6447534

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 <AT> gentoo.org>

 app-emulation/wine-staging/wine-staging-9999.ebuild | 5 -----
 1 file changed, 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}
 

Reply via email to