svn commit: r505284 - head/math/py-pyodeint

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jun 28 12:21:23 UTC 2019


Author: pkubaj
Date: Fri Jun 28 12:21:22 2019
New Revision: 505284
URL: https://svnweb.freebsd.org/changeset/ports/505284

Log:
  math/py-pyodeint: fix build on GCC architectures
  
  Add USES=compiler:c++11-lang to fix:
  cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/math/py-pyodeint/Makefile

Modified: head/math/py-pyodeint/Makefile
==============================================================================
--- head/math/py-pyodeint/Makefile	Fri Jun 28 12:09:55 2019	(r505283)
+++ head/math/py-pyodeint/Makefile	Fri Jun 28 12:21:22 2019	(r505284)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${LOCALBASE}/include/boost/config.hpp:devel/boost-libs
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		localbase python
+USES=		compiler:c++11-lang localbase python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list