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)
This commit is contained in:
Mark Linimon 2020-07-01 20:47:06 +00:00
parent d5363d97df
commit 0e2f10a4ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540993

View File

@ -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