summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Winston <amynka@gentoo.org>2016-11-07 14:49:14 +0100
committerAmy Winston <amynka@gentoo.org>2016-11-07 14:55:55 +0100
commitaaa9c7d2432d2eb89c7980d7d3ab933b71f8cdd7 (patch)
treeaa24a4b8212666b4a513f1cbdf4600328b4a2e20 /sci-libs/gdal/files
parentsci-libs/gdal: fix jasper bug #598597 (diff)
downloadgentoo-aaa9c7d2432d2eb89c7980d7d3ab933b71f8cdd7.tar.gz
gentoo-aaa9c7d2432d2eb89c7980d7d3ab933b71f8cdd7.tar.bz2
gentoo-aaa9c7d2432d2eb89c7980d7d3ab933b71f8cdd7.zip
sci-libs/gdal: remove old versions
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-libs/gdal/files')
-rw-r--r--sci-libs/gdal/files/gdal-2.0.0-glibc-2.22-backport.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-libs/gdal/files/gdal-2.0.0-glibc-2.22-backport.patch b/sci-libs/gdal/files/gdal-2.0.0-glibc-2.22-backport.patch
deleted file mode 100644
index f23ff76ab2e8..000000000000
--- a/sci-libs/gdal/files/gdal-2.0.0-glibc-2.22-backport.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: /branches/2.0/gdal/apps/gdalserver.c
-===================================================================
---- /branches/2.0/gdal/apps/gdalserver.c (revision 29667)
-+++ /branches/2.0/gdal/apps/gdalserver.c (revision 29668)
-@@ -28,7 +28,6 @@
- ****************************************************************************/
-
--#if defined(__STDC_VERSION__)
--#define _XOPEN_SOURCE
--#endif
-+// So that __USE_XOPEN2K is defined to have getaddrinfo
-+#define _XOPEN_SOURCE 600
-
- #include "cpl_port.h"