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)
This commit is contained in:
Piotr Kubaj 2020-07-21 23:26:32 +00:00
parent 676d8e2df1
commit 94b7cd6e9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542818

View File

@ -23,7 +23,7 @@ OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
USES= xorg
USES= compiler:c11 xorg
USE_XORG= x11 xcb xcursor xft xrandr xt
USE_LDCONFIG= yes