summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-03-08 20:23:23 +0000
committergdt <gdt@pkgsrc.org>2019-03-08 20:23:23 +0000
commit883ef95b84bf5683419ca783fdca732e47783b15 (patch)
treeafddb0404a6067b4c2c2300107d1c42a3d95a936 /geography
parenta2d5a7e72dc1a31790f6d87efad86242c47b72ac (diff)
downloadpkgsrc-883ef95b84bf5683419ca783fdca732e47783b15.tar.gz
geography/gdal-lib: Explicitly request proj use
Without an explicit request, configure says that proj is "dynamic" and I can't tell if it is used. With the request, configure says that proj is "static" and then the build proceeds to dynamically link proj in the normal manner. It is possible that gdal operations will behave differently now, if reference system transformations were skipped before.
Diffstat (limited to 'geography')
-rw-r--r--geography/gdal-lib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 196c09ee005..514100b1ffc 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2018/12/13 19:51:34 adam Exp $
+# $NetBSD: Makefile,v 1.109 2019/03/08 20:23:23 gdt Exp $
-PKGREVISION= 8
+PKGREVISION= 9
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
@@ -17,6 +17,8 @@ LICENSE= mit
CONFIGURE_ARGS+= --without-python
+CONFIGURE_ARGS+= --with-static-proj4
+
MAKE_FILE= GNUmakefile
.include "options.mk"