x11/zenity: fix build on GCC architectures

Use C99 mode:
progress.c:115: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
Piotr Kubaj 2020-06-27 07:39:50 +00:00
parent 3d56f9c7b7
commit 63abc6a5dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540563

View File

@ -18,6 +18,7 @@ CONFLICTS= gtkada-1.2.* zenity-2.*
USES= gettext gmake gnome localbase pathfix pkgconfig \
perl5 tar:xz xorg
USE_CSTD= c99
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack
USE_XORG= x11
GNU_CONFIGURE= yes