mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
gui-apps/wscreensaver: fix build for gcc
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -48,7 +48,9 @@ src_configure() {
|
||||
local S="$S"/wayland
|
||||
# Will write a patch later and send it to upstream.
|
||||
# For now accept it.
|
||||
append-cflags -Wno-error=incompatible-function-pointer-types
|
||||
if [[ $CC == clang* ]]; then
|
||||
append-cflags -Wno-error=incompatible-function-pointer-types
|
||||
fi
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user