openbsd-ports/geo/gdal/patches/patch-swig_perl_GNUmakefile
landry 62aa5dfc49 Update to gdal 1.8.0, loosely based on a diff from wen heping..
Remove REVISION, bump major, remove NO_REGRESS, enable thread support,
change my mail adress while here.
Tested on amd64 with qgis, mapserver and qlandkartegt, built fine on
sparc64.
2011-06-22 12:53:12 +00:00

14 lines
427 B
Plaintext

$OpenBSD: patch-swig_perl_GNUmakefile,v 1.1 2011/06/22 12:53:12 landry Exp $
INST_PREFIX is wrong
--- swig/perl/GNUmakefile.orig Mon Jun 20 22:44:25 2011
+++ swig/perl/GNUmakefile Mon Jun 20 22:44:36 2011
@@ -26,7 +26,7 @@ build: Makefile_Geo__GDAL gdal_wrap.cc
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