svn commit: r535142 - head/graphics/py-rasterio

Mark Linimon linimon at FreeBSD.org
Wed May 13 20:37:38 UTC 2020


Author: linimon
Date: Wed May 13 20:37:38 2020
New Revision: 535142
URL: https://svnweb.freebsd.org/changeset/ports/535142

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/graphics/py-rasterio/Makefile

Modified: head/graphics/py-rasterio/Makefile
==============================================================================
--- head/graphics/py-rasterio/Makefile	Wed May 13 20:37:00 2020	(r535141)
+++ head/graphics/py-rasterio/Makefile	Wed May 13 20:37:38 2020	(r535142)
@@ -25,7 +25,7 @@ RUN_DEPENDS=	gdal>=1.11:graphics/gdal \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}snuggs>=1.4.1:math/py-snuggs@${PY_FLAVOR}
 
-USES=		python
+USES=		compiler:c++11-lang python
 USE_PYTHON=	autoplist concurrent cython distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list