aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-07-23 11:55:02 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-07-23 11:55:02 +0000
commit892fa9b37f2cc0807cb596ab7638903cbed09706 (patch)
tree7ff531adeab302061df694fe63827e245cb6efc4
parentd8a169507fcb0763551385b0b2d30124f2328c56 (diff)
downloadports-892fa9b37f2cc0807cb596ab7638903cbed09706.tar.gz
ports-892fa9b37f2cc0807cb596ab7638903cbed09706.zip
sysutils/fusefs-hfsfuse: Attempt to fix build on archs that still use gcc 4.2
src/hfsfuse.c:141: error: 'for' loop initial declaration used outside C99 mode http://beefy7.nyi.freebsd.org/data/head-mips-default/p475044_s336572/logs/fusefs-hfsfuse-g20180118_1.log
Notes
Notes: svn path=/head/; revision=475163
-rw-r--r--sysutils/fusefs-hfsfuse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fusefs-hfsfuse/Makefile b/sysutils/fusefs-hfsfuse/Makefile
index 9c2765a75aae..a499f12cf234 100644
--- a/sysutils/fusefs-hfsfuse/Makefile
+++ b/sysutils/fusefs-hfsfuse/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS= libublio.so:devel/libublio \
libutf8proc.so:textproc/utf8proc
USES= fuse gmake
+USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= 0x09
GH_TAGNAME= d021835629c3fb37bd5bf8d364d5196f1db53867