diff options
-rw-r--r-- | converters/osm2pgsql/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 383914ff51be..ea8fd355c226 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -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 |