aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2019-06-27 03:37:10 +0000
committerWen Heping <wen@FreeBSD.org>2019-06-27 03:37:10 +0000
commit3d23ba68ab99fb4d59e9795ce691e40be3d48c8b (patch)
tree9d7639e045bd1b558843fd036fa2fa9922c9400b /converters
parent81f468837bda92e07f4bb7b261840c87179d2aaa (diff)
downloadports-3d23ba68ab99fb4d59e9795ce691e40be3d48c8b.tar.gz
ports-3d23ba68ab99fb4d59e9795ce691e40be3d48c8b.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/osm2pgsql/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile
index ea8fd355c226..ab61d3f28300 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -3,7 +3,7 @@
PORTNAME= osm2pgsql
PORTVERSION= 0.96.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= converters geography
MAINTAINER= amdmi3@FreeBSD.org
@@ -21,6 +21,8 @@ GH_ACCOUNT= openstreetmap
USES= cmake compiler:c++11-lang lua:53 pgsql
+CXXFLAGS+= "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
+
PLIST_FILES= bin/osm2pgsql \
man/man1/osm2pgsql.1.gz