svn commit: r540563 - head/x11/zenity

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 27 07:39:51 UTC 2020


Author: pkubaj
Date: Sat Jun 27 07:39:50 2020
New Revision: 540563
URL: https://svnweb.freebsd.org/changeset/ports/540563

Log:
  x11/zenity: fix build on GCC architectures
  
  Use C99 mode:
  progress.c:115: error: 'for' loop initial declaration used outside C99 mode

Modified:
  head/x11/zenity/Makefile

Modified: head/x11/zenity/Makefile
==============================================================================
--- head/x11/zenity/Makefile	Sat Jun 27 07:11:51 2020	(r540562)
+++ head/x11/zenity/Makefile	Sat Jun 27 07:39:50 2020	(r540563)
@@ -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


More information about the svn-ports-all mailing list