aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-07-01 20:47:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-07-01 20:47:06 +0000
commit0e2f10a4ba61d66c8c4ecf99d3da64a459f00f9d (patch)
tree9949df18bdcd2bb47ce3ac315630e2bff6875293 /sysutils
parentd5363d97dff6d743978f2960387d1225b35d6d92 (diff)
downloadports-0e2f10a4ba61d66c8c4ecf99d3da64a459f00f9d.tar.gz
ports-0e2f10a4ba61d66c8c4ecf99d3da64a459f00f9d.zip
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)
Notes
Notes: svn path=/head/; revision=540993
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-securefs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-securefs/Makefile b/sysutils/fusefs-securefs/Makefile
index bf41022d0aa5..d08d59ae6988 100644
--- a/sysutils/fusefs-securefs/Makefile
+++ b/sysutils/fusefs-securefs/Makefile
@@ -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