Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2019 09:22:19 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505276 - head/math/py-pygslodeiv2
Message-ID:  <201906280922.x5S9MJes051410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906280922.x5S9MJes051410>