Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 05:19:14 +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: r490449 - head/graphics/py-fiona
Message-ID:  <201901160519.x0G5JEVj079760@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jan 16 05:19:13 2019
New Revision: 490449
URL: https://svnweb.freebsd.org/changeset/ports/490449

Log:
  This port requires a C++11-compatible compiler.  Add USES=compiler:c++11-lang
  to fix build on GCC-based architectures.
  
  PR:		234946
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/graphics/py-fiona/Makefile

Modified: head/graphics/py-fiona/Makefile
==============================================================================
--- head/graphics/py-fiona/Makefile	Wed Jan 16 05:14:27 2019	(r490448)
+++ head/graphics/py-fiona/Makefile	Wed Jan 16 05:19:13 2019	(r490449)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/p
 		${PY_ENUM34}
 LIB_DEPENDS+=	libgdal.so:graphics/gdal
 
-USES=		python
+USES=		compiler:c++11-lang python
 USE_PYTHON=	autoplist distutils cython
 
 .include <bsd.port.mk>



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