svn commit: r540993 - head/sysutils/fusefs-securefs

Mark Linimon linimon at FreeBSD.org
Wed Jul 1 20:47:07 UTC 2020


Author: linimon
Date: Wed Jul  1 20:47:06 2020
New Revision: 540993
URL: https://svnweb.freebsd.org/changeset/ports/540993

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/fusefs-securefs/Makefile

Modified: head/sysutils/fusefs-securefs/Makefile
==============================================================================
--- head/sysutils/fusefs-securefs/Makefile	Wed Jul  1 20:43:23 2020	(r540992)
+++ head/sysutils/fusefs-securefs/Makefile	Wed Jul  1 20:47:06 2020	(r540993)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc \
 		libjsoncpp.so:devel/jsoncpp
 
-USES=		cmake fuse
+USES=		cmake compiler:c++11-lang fuse
 LDFLAGS+=	-L${LOCALBASE}/lib -lutf8proc -ljsoncpp
 USE_GITHUB=	yes
 GH_ACCOUNT=	netheril96


More information about the svn-ports-all mailing list