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

/usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:47:18: error: atomic: No such file or directory

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-05-18 03:37:03 +00:00
parent 1b3bf4acf0
commit 9a1bd5549d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535714

View File

@ -21,7 +21,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2-devel>0:math/py-gmpy2-devel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR}
USES= localbase python:3.6+
USES= compiler:c++11-lang localbase python:3.6+
USE_PYTHON= cython distutils
OPTIONS_DEFINE= DOCS