svn commit: r504475 - head/converters/osm2pgsql

Mark Linimon linimon at FreeBSD.org
Tue Jun 18 10:15:51 UTC 2019


Author: linimon
Date: Tue Jun 18 10:15:50 2019
New Revision: 504475
URL: https://svnweb.freebsd.org/changeset/ports/504475

Log:
  Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
  
    fails to compile: node-ram-cache.hpp: cstdint: No such file or directory
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/converters/osm2pgsql/Makefile

Modified: head/converters/osm2pgsql/Makefile
==============================================================================
--- head/converters/osm2pgsql/Makefile	Tue Jun 18 10:14:08 2019	(r504474)
+++ head/converters/osm2pgsql/Makefile	Tue Jun 18 10:15:50 2019	(r504475)
@@ -16,12 +16,10 @@ LIB_DEPENDS=	libproj.so:graphics/proj \
 		libboost_system.so:devel/boost-libs \
 		libexpat.so:textproc/expat2
 
-BROKEN_powerpc64=	fails to compile: node-ram-cache.hpp: cstdint: No such file or directory
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	openstreetmap
 
-USES=		cmake lua:53 pgsql
+USES=		cmake compiler:c++11-lang lua:53 pgsql
 
 PLIST_FILES=	bin/osm2pgsql \
 		man/man1/osm2pgsql.1.gz


More information about the svn-ports-all mailing list