summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2015-11-19 23:55:03 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2015-11-19 23:55:03 +0000
commit0f5ce17af2a51ffe31b5e83603400d5f55c5cd7c (patch)
tree903046b224093e82542f6f74218444af2ec52399 /sci-libs/gdal/files/gdal-1.5.0-soname.patch
parentsci-libs/armadillo: version bump, fix superlu detection (diff)
downloadbicatali-0f5ce17af2a51ffe31b5e83603400d5f55c5cd7c.tar.gz
bicatali-0f5ce17af2a51ffe31b5e83603400d5f55c5cd7c.tar.bz2
bicatali-0f5ce17af2a51ffe31b5e83603400d5f55c5cd7c.zip
sci-libs/gdal: version bump, fixing swig dependencies
Package-Manager: portage-2.2.25
Diffstat (limited to 'sci-libs/gdal/files/gdal-1.5.0-soname.patch')
-rw-r--r--sci-libs/gdal/files/gdal-1.5.0-soname.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/gdal/files/gdal-1.5.0-soname.patch b/sci-libs/gdal/files/gdal-1.5.0-soname.patch
new file mode 100644
index 0000000..f784536
--- /dev/null
+++ b/sci-libs/gdal/files/gdal-1.5.0-soname.patch
@@ -0,0 +1,13 @@
+--- GDALmake.opt.in.orig 2008-02-02 18:25:48.000000000 -0800
++++ GDALmake.opt.in 2008-02-02 18:54:53.000000000 -0800
+@@ -97,6 +97,10 @@
+ GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT)
+ GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal
+
++# for building without libtool
++GDAL_SLIB_SO_VER = $(GDAL_VERSION_MAJOR).$(LIBGDAL_CURRENT).$(LIBGDAL_REVISION)
++GDAL_SLIB_SONAME = -Wl,-soname,libgdal.$(SO_EXT).$(GDAL_VERSION_MAJOR)
++
+ # Mac OS X Framework definition
+ MACOSX_FRAMEWORK = @MACOSX_FRAMEWORK@
+