sci-geosciences/mapserver: remove unused patch
authorSam Jorna <wraeth@gentoo.org>
Fri, 18 Mar 2016 14:18:05 +0000 (01:18 +1100)
committerSam Jorna <wraeth@gentoo.org>
Fri, 18 Mar 2016 14:18:05 +0000 (01:18 +1100)
Package-Manager: portage-2.2.28

sci-geosciences/mapserver/files/mapserver-7.0.0-OGREscapeSQLParam.patch [deleted file]

diff --git a/sci-geosciences/mapserver/files/mapserver-7.0.0-OGREscapeSQLParam.patch b/sci-geosciences/mapserver/files/mapserver-7.0.0-OGREscapeSQLParam.patch
deleted file mode 100644 (file)
index 6ea6d92..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/mapogr.cpp b/mapogr.cpp
-index 1708d1c..217239b 100755
---- a/mapogr.cpp
-+++ b/mapogr.cpp
-@@ -1311,6 +1311,8 @@ static int msOGRFileClose(layerObj *layer, msOGRFileInfo *psInfo )
-   return MS_SUCCESS;
- }
-+#endif
-+
- /************************************************************************/
- /*                           msOGREscapeSQLParam                        */
- /************************************************************************/
-@@ -1337,6 +1339,8 @@ static char *msOGREscapeSQLParam(layerObj *layer, const char *pszString)
- #endif /* USE_OGR */
- }
-+#ifdef USE_OGR
-+
- /**********************************************************************
-  *                     msOGRTranslateMsExpressionToOGRSQL()
-  *