From 883ef95b84bf5683419ca783fdca732e47783b15 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 8 Mar 2019 20:23:23 +0000 Subject: 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. --- geography/gdal-lib/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'geography') 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" -- cgit v1.2.3