Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2019 10:15:50 +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: r504475 - head/converters/osm2pgsql
Message-ID:  <201906181015.x5IAFoqp049386@repo.freebsd.org>

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



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