svn commit: r517357 - head/www/httpdirfs

Mark Linimon linimon at FreeBSD.org
Wed Nov 13 03:33:37 UTC 2019


Author: linimon
Date: Wed Nov 13 03:33:36 2019
New Revision: 517357
URL: https://svnweb.freebsd.org/changeset/ports/517357

Log:
  Fix build on GCC-based systems:
  
    src/main.c:47: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/httpdirfs/Makefile

Modified: head/www/httpdirfs/Makefile
==============================================================================
--- head/www/httpdirfs/Makefile	Wed Nov 13 02:39:36 2019	(r517356)
+++ head/www/httpdirfs/Makefile	Wed Nov 13 03:33:36 2019	(r517357)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libuuid.so:misc/e2fsprogs-libuuid
 
 USES=		gmake localbase pkgconfig ssl
+USE_CSTD=	c99
 USE_GITHUB=	yes
 GH_ACCOUNT=	fangfufu
 


More information about the svn-ports-head mailing list