gdal/gdal-perl.patch
Martin Pluskal 933dd98482 Accepting request 498833 from home:bruno_friedmann:branches:Application:Geo
- New upstream release 2.2.0 
  - https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News
- Packaging 
  + add patch gdal-upstream-issue#6898-changeset#38636.patch 
    fixing non void return garbage in swig/perl.
  + redone patches against 2.2.0
    gdal-libproj.patch
    GDALmake.opt.in.patch
    gdal-perl.patch

OBS-URL: https://build.opensuse.org/request/show/498833
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=41
2017-05-28 11:31:48 +00:00

25 lines
834 B
Diff

diff -rup a/swig/perl/GNUmakefile b/swig/perl/GNUmakefile
--- a/swig/perl/GNUmakefile 2017-04-28 18:07:38.000000000 +0200
+++ b/swig/perl/GNUmakefile 2017-05-19 21:09:04.906101672 +0200
@@ -30,7 +30,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 INSTALLDIRS=vendor
test: build
$(MAKE) -f Makefile_Geo__GDAL test
diff -rup a/swig/perl/Makefile b/swig/perl/Makefile
--- a/swig/perl/Makefile 2017-04-28 18:07:38.000000000 +0200
+++ b/swig/perl/Makefile 2017-05-19 21:09:20.618146109 +0200
@@ -7,7 +7,7 @@ build: Makefile_Geo__GDAL
$(MAKE) -f Makefile_Geo__OSR
Makefile_Geo__GDAL:
- perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
+ perl Makefile.PL INSTALLDIRS=vendor
test: build
$(MAKE) -f Makefile_Geo__GDAL test