commit:     cd492eae065908716b2330a255643464ef0a305f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 27 05:16:04 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 27 05:41:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd492eae

app-emulation/pcem: build w/ -std=gnu17

Closes: https://bugs.gentoo.org/953466
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/pcem/pcem-17_p20241210-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emulation/pcem/pcem-17_p20241210-r2.ebuild 
b/app-emulation/pcem/pcem-17_p20241210-r2.ebuild
index 27f3d8f46fd4..a1fd7fa7ce8f 100644
--- a/app-emulation/pcem/pcem-17_p20241210-r2.ebuild
+++ b/app-emulation/pcem/pcem-17_p20241210-r2.ebuild
@@ -42,6 +42,8 @@ src_configure() {
 
        # Using RelWithDebInfo bypasses upstream's default (bug #948388)
        append-flags -fno-strict-aliasing
+       # Workaround for bug #953466
+       append-cflags -std=gnu17
 
        local mycmakeargs=(
                -DFORCE_X11=$(usex !wayland)

Reply via email to