svn commit: r531026 - head/graphics/guile-cairo

Mark Linimon linimon at FreeBSD.org
Tue Apr 7 17:43:06 UTC 2020


Author: linimon
Date: Tue Apr  7 17:43:05 2020
New Revision: 531026
URL: https://svnweb.freebsd.org/changeset/ports/531026

Log:
  Add USE_CSTD=c99 to fix build on GCC-based systems:
  
    guile-cairo.c:512: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/guile-cairo/Makefile

Modified: head/graphics/guile-cairo/Makefile
==============================================================================
--- head/graphics/guile-cairo/Makefile	Tue Apr  7 16:25:59 2020	(r531025)
+++ head/graphics/guile-cairo/Makefile	Tue Apr  7 17:43:05 2020	(r531026)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libguile-2.2.so:lang/guile2				\
 BUILD_DEPENDS=	guile2>=2.2:lang/guile2
 
 USES=		gmake gnome libtool pkgconfig
+USE_CSTD=	c99
 USE_GNOME=	cairo
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list