mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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:
parent
5581a81836
commit
cd492eae06
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user