Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 11:55:02 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475163 - head/sysutils/fusefs-hfsfuse
Message-ID:  <201807231155.w6NBt2GS042565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jul 23 11:55:02 2018
New Revision: 475163
URL: https://svnweb.freebsd.org/changeset/ports/475163

Log:
  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

Modified:
  head/sysutils/fusefs-hfsfuse/Makefile

Modified: head/sysutils/fusefs-hfsfuse/Makefile
==============================================================================
--- head/sysutils/fusefs-hfsfuse/Makefile	Mon Jul 23 11:46:24 2018	(r475162)
+++ head/sysutils/fusefs-hfsfuse/Makefile	Mon Jul 23 11:55:02 2018	(r475163)
@@ -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



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