From 892fa9b37f2cc0807cb596ab7638903cbed09706 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Mon, 23 Jul 2018 11:55:02 +0000 Subject: 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 --- sysutils/fusefs-hfsfuse/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3