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

Closes: https://bugs.gentoo.org/953466
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-11-27 05:16:04 +00:00
parent 5581a81836
commit cd492eae06
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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)