mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
ff18c32b7b
commit
ef3846a65d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539355
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus
|
|||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz
|
||||
USE_CSTD= c99
|
||||
USE_GNOME= glib20 libxslt:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_BINUTILS= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue