From 94b7cd6e9e41e96908ffc9fe1e5f0e272898a1ad Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 21 Jul 2020 23:26:32 +0000 Subject: [PATCH] x11-wm/spectrwm: fix build on GCC architectures Switch to newer GCC to workaround -Werror: /usr/local/include/xcb/xinput.h:3072: warning: this decimal constant is unsigned only in ISO C90 Adding -Wno-error doesn't fix it, it's still overwritten by -Werror. MFH: 2020Q3 (fix build blanket) --- x11-wm/spectrwm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile index 096ab41aace9..2cb3bae37bd1 100644 --- a/x11-wm/spectrwm/Makefile +++ b/x11-wm/spectrwm/Makefile @@ -23,7 +23,7 @@ OPTIONS_DEFINE= EXAMPLES .include -USES= xorg +USES= compiler:c11 xorg USE_XORG= x11 xcb xcursor xft xrandr xt USE_LDCONFIG= yes