diff options
Diffstat (limited to 'sci-libs/gdal/files')
-rw-r--r-- | sci-libs/gdal/files/gdal-2.0.0-glibc-2.22-backport.patch | 14 |
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"
|