1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Add compiler:c++11-lang to USES to fix build on GCC-based systems:

Unsupported compiler -- pybind11 requires C++11 support!

Submitted by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-06-11 11:46:10 +00:00
parent c21e85ac4d
commit 15f2a93a40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538471

View File

@ -18,7 +18,7 @@ BUILD_DEPENDS= pybind11>0:devel/pybind11
LIB_DEPENDS= libpagmo.so:science/pagmo2 \
libboost_serialization.so:devel/boost-libs
USES= cmake python
USES= cmake compiler:c++11-lang python
USE_GITHUB= yes
GH_ACCOUNT= esa
GH_PROJECT= pygmo2