summaryrefslogtreecommitdiffstats
path: root/development/mysql-workbench/workbench-gdal.patch
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-26 17:51:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit264004c515d99d54b7f963a2038999e0ae406b88 (patch)
tree40f0df69cfe10d13064ad2dc343dd5d1e778591a /development/mysql-workbench/workbench-gdal.patch
parentfd1448408ddf5dce8327b89ad5f897ac7ab1b030 (diff)
downloadslackbuilds-264004c515d99d54b7f963a2038999e0ae406b88.tar.gz
slackbuilds-264004c515d99d54b7f963a2038999e0ae406b88.tar.xz
development/mysql-workbench: Updated for version 6.3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--development/mysql-workbench/workbench-gdal.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/development/mysql-workbench/workbench-gdal.patch b/development/mysql-workbench/workbench-gdal.patch
deleted file mode 100644
index bf5345d5fc..0000000000
--- a/development/mysql-workbench/workbench-gdal.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- mysql-workbench-community-6.2.2-src/backend/wbpublic/grt/spatial_handler.h.orig 2014-09-08 13:59:56.557339109 +0700
-+++ mysql-workbench-community-6.2.2-src/backend/wbpublic/grt/spatial_handler.h 2014-09-08 14:00:11.515354241 +0700
-@@ -20,12 +20,12 @@
- #ifndef SPATIAL_HANDLER_H_
- #define SPATIAL_HANDLER_H_
-
--#include <gdal/ogrsf_frmts.h>
--#include <gdal/ogr_api.h>
--#include <gdal/gdal_pam.h>
--#include <gdal/memdataset.h>
--#include <gdal/gdal_alg.h>
--#include <gdal/gdal.h>
-+#include <ogrsf_frmts.h>
-+#include <ogr_api.h>
-+#include <gdal_pam.h>
-+#include <memdataset.h>
-+#include <gdal_alg.h>
-+#include <gdal.h>
- #include <deque>
- #include "base/geometry.h"
- #include "wbpublic_public_interface.h"
---- mysql-workbench-community-6.2.2-src/backend/wbpublic/grtui/geom_draw_box.h.orig 2014-09-08 14:32:05.677224760 +0700
-+++ mysql-workbench-community-6.2.2-src/backend/wbpublic/grtui/geom_draw_box.h 2014-09-08 14:32:13.122224590 +0700
-@@ -22,7 +22,7 @@
- #define _GEOM_DRAW_BOX_H_
-
- #include <mforms/drawbox.h>
--#include <gdal/ogr_geometry.h>
-+#include <ogr_geometry.h>
- #include "wbpublic_public_interface.h"
-
- class WBPUBLICBACKEND_PUBLIC_FUNC GeomDrawBox : public mforms::DrawBox