pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gdal-lib geography/gdal-lib: Explicitly requ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1fe5c0ee3b4
branches:  trunk
changeset: 320718:c1fe5c0ee3b4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Mar 08 20:23:23 2019 +0000

description:
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:

 geography/gdal-lib/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 0b86f8b65d3a -r c1fe5c0ee3b4 geography/gdal-lib/Makefile
--- a/geography/gdal-lib/Makefile       Fri Mar 08 18:27:31 2019 +0000
+++ b/geography/gdal-lib/Makefile       Fri Mar 08 20:23:23 2019 +0000
@@ -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 @@
 
 CONFIGURE_ARGS+=       --without-python
 
+CONFIGURE_ARGS+=       --with-static-proj4
+
 MAKE_FILE=             GNUmakefile
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index