Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=c++11"
This commit is contained in:
parent
ab26a3a0fa
commit
fe1f53468a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495748
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue