Add USE_CSTD=c99 to fix regression on GCC-based systems:

../bin/dconf.c:136: error: 'for' loop initial declaration used outside C99 mode

Approved by:	maintainer
This commit is contained in:
Mark Linimon 2020-06-16 15:31:48 +00:00
parent ff18c32b7b
commit ef3846a65d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539355

View file

@ -22,6 +22,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus
PORTSCOUT= limitw:1,even PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz
USE_CSTD= c99
USE_GNOME= glib20 libxslt:build USE_GNOME= glib20 libxslt:build
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_BINUTILS= yes USE_BINUTILS= yes