Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2020 20:37:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535142 - head/graphics/py-rasterio
Message-ID:  <202005132037.04DKbcSU093940@repo.freebsd.org>

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



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