aboutsummaryrefslogtreecommitdiff
path: root/graphics/guile-cairo
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-04-07 17:43:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-04-07 17:43:05 +0000
commitf02f3f2d29559845fda5398e8be48e90b00f81e1 (patch)
treecfd267cc50fca238438cffce503edebab6107128 /graphics/guile-cairo
parentea498af1dffc664e50041442cf06f88cf5950eef (diff)
downloadports-f02f3f2d29559845fda5398e8be48e90b00f81e1.tar.gz
ports-f02f3f2d29559845fda5398e8be48e90b00f81e1.zip
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)
Notes
Notes: svn path=/head/; revision=531026
Diffstat (limited to 'graphics/guile-cairo')
-rw-r--r--graphics/guile-cairo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/guile-cairo/Makefile b/graphics/guile-cairo/Makefile
index b76b8626e393..bf3e99438e13 100644
--- a/graphics/guile-cairo/Makefile
+++ b/graphics/guile-cairo/Makefile
@@ -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