openbsd-ports/geo/gdal/patches/patch-swig_perl_GNUmakefile
landry 651a61f6c7 Update to gdal 1.11.0.
Add dependency on system json-c, and add a bunch of patches to cope with
json-c 0.12 API change (upstream r27267 / bug #5449)

See http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News for details.
Now installs a gdal.pc file for easier detection.

went in a bulk build without fallout.
2014-05-04 20:17:35 +00:00

14 lines
427 B
Plaintext

$OpenBSD: patch-swig_perl_GNUmakefile,v 1.2 2014/05/04 20:17:35 landry Exp $
INST_PREFIX is wrong
--- swig/perl/GNUmakefile.orig Wed Apr 16 22:04:49 2014
+++ swig/perl/GNUmakefile Wed Apr 30 22:15:37 2014
@@ -26,7 +26,7 @@ build: gdal_wrap.cc Makefile_Geo__GDAL
gdal_wrap.cc: generate
Makefile_Geo__GDAL:
- perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
+ perl Makefile.PL
test: build
$(MAKE) -f Makefile_Geo__GDAL test