Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 15:31:48 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539355 - head/devel/dconf
Message-ID:  <202006161531.05GFVmHs069526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jun 16 15:31:48 2020
New Revision: 539355
URL: https://svnweb.freebsd.org/changeset/ports/539355

Log:
  Add USE_CSTD=c99 to fix regression on GCC-based systems:
  
    ../bin/dconf.c:136: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	maintainer

Modified:
  head/devel/dconf/Makefile

Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile	Tue Jun 16 15:26:25 2020	(r539354)
+++ head/devel/dconf/Makefile	Tue Jun 16 15:31:48 2020	(r539355)
@@ -22,6 +22,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus
 PORTSCOUT=	limitw:1,even
 
 USES=		gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz
+USE_CSTD=	c99
 USE_GNOME=	glib20 libxslt:build
 USE_LDCONFIG=	yes
 USE_BINUTILS=	yes



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