Fix build on gcc-based architectures:

cc1plus: error: unrecognized command line option "-std=c++11"
This commit is contained in:
Mark Linimon 2019-03-15 00:05:01 +00:00
parent ab26a3a0fa
commit fe1f53468a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495748

View file

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libyajl.so:devel/yajl
USES= python:3.5+ pkgconfig
USES= compiler:c++11-lang pkgconfig python:3.5+
USE_PYTHON= autoplist distutils
# pydistutils problem, it uses CC for compiling C++ code