summaryrefslogtreecommitdiff
path: root/development/mysql-workbench/workbench-gdal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/mysql-workbench/workbench-gdal.patch')
-rw-r--r--development/mysql-workbench/workbench-gdal.patch16
1 files changed, 13 insertions, 3 deletions
diff --git a/development/mysql-workbench/workbench-gdal.patch b/development/mysql-workbench/workbench-gdal.patch
index 36a93b1d78..bf5345d5fc 100644
--- a/development/mysql-workbench/workbench-gdal.patch
+++ b/development/mysql-workbench/workbench-gdal.patch
@@ -1,5 +1,5 @@
---- mysql-workbench-community-6.2.1-src/backend/wbprivate/sqlide/spatial_handler.h.orig 2014-08-30 11:27:11.434520066 +0700
-+++ mysql-workbench-community-6.2.1-src/backend/wbprivate/sqlide/spatial_handler.h 2014-08-30 11:27:28.737541213 +0700
+--- 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_
@@ -18,5 +18,15 @@
+#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