aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-27 07:39:50 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-27 07:39:50 +0000
commit63abc6a5dc0232d79364549d4d3bc91194e8ac22 (patch)
treef68b6c02e9829934da1e58294126d63f2cb4e18c /x11
parent3d56f9c7b7aadcef39fde9d598a8f3980fdbddfa (diff)
downloadports-63abc6a5dc0232d79364549d4d3bc91194e8ac22.tar.gz
ports-63abc6a5dc0232d79364549d4d3bc91194e8ac22.zip
x11/zenity: fix build on GCC architectures
Use C99 mode: progress.c:115: error: 'for' loop initial declaration used outside C99 mode
Notes
Notes: svn path=/head/; revision=540563
Diffstat (limited to 'x11')
-rw-r--r--x11/zenity/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index e18584222f50..61453b9d31d7 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -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