summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/patches/patch-apps_gdalserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gdal-lib/patches/patch-apps_gdalserver.c')
-rw-r--r--geography/gdal-lib/patches/patch-apps_gdalserver.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/geography/gdal-lib/patches/patch-apps_gdalserver.c b/geography/gdal-lib/patches/patch-apps_gdalserver.c
new file mode 100644
index 00000000000..700a5d0a19a
--- /dev/null
+++ b/geography/gdal-lib/patches/patch-apps_gdalserver.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-apps_gdalserver.c,v 1.1 2014/10/13 20:52:44 joerg Exp $
+
+--- apps/gdalserver.c.orig 2014-10-13 10:16:23.000000000 +0000
++++ apps/gdalserver.c
+@@ -27,10 +27,6 @@
+ * DEALINGS IN THE SOFTWARE.
+ ****************************************************************************/
+
+-#if defined(__STDC_VERSION__)
+-#define _XOPEN_SOURCE
+-#endif
+-
+ #include "cpl_port.h"
+
+ #ifdef WIN32