svn commit: r543838 - head/math/py-kiwisolver

Mark Linimon linimon at FreeBSD.org
Fri Jul 31 00:37:24 UTC 2020


Author: linimon
Date: Fri Jul 31 00:37:23 2020
New Revision: 543838
URL: https://svnweb.freebsd.org/changeset/ports/543838

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/py-kiwisolver/Makefile

Modified: head/math/py-kiwisolver/Makefile
==============================================================================
--- head/math/py-kiwisolver/Makefile	Fri Jul 31 00:09:04 2020	(r543837)
+++ head/math/py-kiwisolver/Makefile	Fri Jul 31 00:37:23 2020	(r543838)
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cppy>=1.1.0:devel/py-cppy@${PY_FLAVOR}
 
-USES=		python
+USES=		compiler:c++11-lang python
 USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list