svn commit: r535714 - head/math/py-pplpy

Mark Linimon linimon at FreeBSD.org
Mon May 18 03:37:03 UTC 2020


Author: linimon
Date: Mon May 18 03:37:03 2020
New Revision: 535714
URL: https://svnweb.freebsd.org/changeset/ports/535714

Log:
  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)

Modified:
  head/math/py-pplpy/Makefile

Modified: head/math/py-pplpy/Makefile
==============================================================================
--- head/math/py-pplpy/Makefile	Mon May 18 03:17:51 2020	(r535713)
+++ head/math/py-pplpy/Makefile	Mon May 18 03:37:03 2020	(r535714)
@@ -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


More information about the svn-ports-head mailing list