summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/mapserver/files/mapserver-7.0.0-mapwcs-disabled-libxml2.patch')
-rw-r--r--sci-geosciences/mapserver/files/mapserver-7.0.0-mapwcs-disabled-libxml2.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-geosciences/mapserver/files/mapserver-7.0.0-mapwcs-disabled-libxml2.patch b/sci-geosciences/mapserver/files/mapserver-7.0.0-mapwcs-disabled-libxml2.patch
deleted file mode 100644
index 5625746e2dcb..000000000000
--- a/sci-geosciences/mapserver/files/mapserver-7.0.0-mapwcs-disabled-libxml2.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/mapwcs20.c b/mapwcs20.c
-index ac2fb89..9560a25 100755
---- a/mapwcs20.c
-+++ b/mapwcs20.c
-@@ -700,6 +700,7 @@ static int msWCSParseScaleExtentString20(char *string, char *outAxis,
- return MS_SUCCESS;
- }
-
-+#if defined(USE_LIBXML2)
- /*
- Utility function to get the first child of a node with a given node name
- */
-@@ -739,6 +740,7 @@ xmlNodePtr msLibXml2GetFirstChildNs(xmlNodePtr parent, const char *name, xmlNsPt
- }
- return NULL;
- }
-+#endif /* defined(USE_LIBXML2) */
-
- /************************************************************************/
- /* msWCSParseRequest20_XMLGetCapabilities() */