openbsd-ports/geo/gdal/patches/patch-swig_perl_GNUmakefile

14 lines
427 B
Plaintext
Raw Normal View History

$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