From 63abc6a5dc0232d79364549d4d3bc91194e8ac22 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 27 Jun 2020 07:39:50 +0000 Subject: [PATCH] x11/zenity: fix build on GCC architectures Use C99 mode: progress.c:115: error: 'for' loop initial declaration used outside C99 mode --- x11/zenity/Makefile | 1 + 1 file changed, 1 insertion(+) 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