svn commit: r505276 - head/math/py-pygslodeiv2

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jun 28 09:22:20 UTC 2019


Author: pkubaj
Date: Fri Jun 28 09:22:18 2019
New Revision: 505276
URL: https://svnweb.freebsd.org/changeset/ports/505276

Log:
  math/py-pygslodeiv2: 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-pygslodeiv2/Makefile

Modified: head/math/py-pygslodeiv2/Makefile
==============================================================================
--- head/math/py-pygslodeiv2/Makefile	Fri Jun 28 09:10:18 2019	(r505275)
+++ head/math/py-pygslodeiv2/Makefile	Fri Jun 28 09:22:18 2019	(r505276)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgsl.so:math/gsl
 RUN_DEPENDS=	${PYNUMPY}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		localbase python
+USES=		compiler:c++11-lang localbase python
 USE_PYTHON=	distutils autoplist
 
 do-test:


More information about the svn-ports-all mailing list