net/guacamole-server: fix build on GCC architectures

Instead of removing -Werror from many Makefiles, just use newer GCC, which also works:
cc1: warnings being treated as errors
color-scheme.c: In function 'guac_terminal_parse_color_scheme':
color-scheme.c:262: warning: passing argument 4 of 'guac_terminal_parse_color_scheme_value' from incompatible pointer type
This commit is contained in:
Piotr Kubaj 2020-02-15 00:05:08 +00:00
parent 741f6e746c
commit ec04b511ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526188

View File

@ -17,7 +17,8 @@ LIB_DEPENDS= libossp-uuid.so:misc/ossp-uuid \
CONFLICTS_BUILD=pulseaudio-*+jack_* ffmpeg-*+jack_*
USES= autoreconf gnome jpeg libtool localbase pkgconfig shebangfix
USES= autoreconf compiler:c11 gnome jpeg libtool localbase pkgconfig \
shebangfix
USE_GITHUB= yes
GH_ACCOUNT= apache