summaryrefslogtreecommitdiff
path: root/sci-libs/gdal/files/gdal-2.3.0-curl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/gdal/files/gdal-2.3.0-curl.patch')
-rw-r--r--sci-libs/gdal/files/gdal-2.3.0-curl.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-libs/gdal/files/gdal-2.3.0-curl.patch b/sci-libs/gdal/files/gdal-2.3.0-curl.patch
deleted file mode 100644
index 46bc6de71672..000000000000
--- a/sci-libs/gdal/files/gdal-2.3.0-curl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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();
- }
--
-+#if !defined(HAVE_CURL) || defined(CPL_MULTIPROC_STUB)
-+#else
- VSICurlStreamingClearCache();
-+#endif
- }
-
- #endif /* HAVE_CURL */