Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 07:39:50 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540563 - head/x11/zenity
Message-ID:  <202006270739.05R7doBk017571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006270739.05R7doBk017571>