pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Mar  8 20:23:23 UTC 2019

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/geography/gdal-lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.108 pkgsrc/geography/gdal-lib/Makefile:1.109
--- pkgsrc/geography/gdal-lib/Makefile:1.108    Thu Dec 13 19:51:34 2018
+++ pkgsrc/geography/gdal-lib/Makefile  Fri Mar  8 20:23:23 2019
@@ -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"



Home | Main Index | Thread Index | Old Index