mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
security/seahorse: fix build on GCC architectures
Use C99: ../pgp/seahorse-ldap-source.c:1317: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
parent
69c372bb8c
commit
5e0375aaaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551608
@ -30,6 +30,7 @@ USE_XORG= sm
|
||||
USE_LDCONFIG= yes
|
||||
USES= gettext gnome localbase:ldflags meson pkgconfig \
|
||||
python:3.5+,build tar:xz xorg
|
||||
USE_CSTD= c99
|
||||
USE_GNOME= gtk30
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user