summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-09 22:17:34 +0000
committerSam James <sam@gentoo.org>2021-03-09 22:17:34 +0000
commitf2e7245cce85205abbbe915a8be8c0e41b331c6e (patch)
tree2974c13dd2a2a9f5d518427bb417c689c2daf85e /sci-libs/gdal
parentsci-libs/gdal: add bug reference to comment (diff)
downloadgentoo-f2e7245cce85205abbbe915a8be8c0e41b331c6e.tar.gz
gentoo-f2e7245cce85205abbbe915a8be8c0e41b331c6e.tar.bz2
gentoo-f2e7245cce85205abbbe915a8be8c0e41b331c6e.zip
sci-libs/gdal: update older patch metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r--sci-libs/gdal/files/gdal-2.2.3-soname.patch4
-rw-r--r--sci-libs/gdal/files/gdal-2.3.0-curl.patch6
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/gdal/files/gdal-2.2.3-soname.patch b/sci-libs/gdal/files/gdal-2.2.3-soname.patch
index 4cceee5ec928..1fee41daeafc 100644
--- a/sci-libs/gdal/files/gdal-2.2.3-soname.patch
+++ b/sci-libs/gdal/files/gdal-2.2.3-soname.patch
@@ -3,8 +3,8 @@ Set SONAME and unbreak compilation on Darwin
Author: Fabian Groffen <grobian@gentoo.org>
Author: Dennis Schridde <devurandom@gmx.net>
---- a/GDALmake.opt.in 2008-02-02 18:25:48.000000000 -0800
-+++ b/GDALmake.opt.in 2008-02-02 18:54:53.000000000 -0800
+--- a/GDALmake.opt.in
++++ b/GDALmake.opt.in
@@ -97,6 +97,14 @@
GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT)
GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal
diff --git a/sci-libs/gdal/files/gdal-2.3.0-curl.patch b/sci-libs/gdal/files/gdal-2.3.0-curl.patch
index 1cd33243f42b..46bc6de71672 100644
--- a/sci-libs/gdal/files/gdal-2.3.0-curl.patch
+++ b/sci-libs/gdal/files/gdal-2.3.0-curl.patch
@@ -1,6 +1,6 @@
-diff -urNd gdal-2.3.1/port/cpl_vsil_curl.cpp gdal-2.3.1-curl/port/cpl_vsil_curl.cpp
---- gdal-2.3.1/port/cpl_vsil_curl.cpp 2018-06-24 01:10:23.000000000 +1000
-+++ gdal-2.3.1-curl/port/cpl_vsil_curl.cpp 2018-07-13 01:29:31.326347717 +1000
+https://bugs.gentoo.org/659840
+--- a/port/cpl_vsil_curl.cpp
++++ b/port/cpl_vsil_curl.cpp
@@ -8617,8 +8617,10 @@
if( poFSHandler )
poFSHandler->ClearCache();