From e4b8424f336a69682278ac3b5d2bdc4a90ee0fff Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 14 Dec 2003 18:03:48 +0000 Subject: - Fix patching - Fix build on 4.x - Add patches to build on 5.x from edwin Note this does not build on 5.x, my C++ fu is not good enough to overcome iterator usage in admin.cc. Patches are welcomed. PR: ports/47862 Submitted by: Cyrille Lefevre (maintainer) --- databases/mysql-gui/files/patch-get_table.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 databases/mysql-gui/files/patch-get_table.cc (limited to 'databases/mysql-gui/files/patch-get_table.cc') diff --git a/databases/mysql-gui/files/patch-get_table.cc b/databases/mysql-gui/files/patch-get_table.cc new file mode 100644 index 000000000000..6cb1cce50edb --- /dev/null +++ b/databases/mysql-gui/files/patch-get_table.cc @@ -0,0 +1,10 @@ +--- get_table.cc.orig Wed Apr 11 21:12:25 2001 ++++ get_table.cc Mon Feb 3 03:40:34 2003 +@@ -1,6 +1,7 @@ + // generated by Fast Light User Interface Designer (fluid) version 1.00 + #include + #include "get_table.h" ++#undef Success + #include + #include "client.h" + #include -- cgit v1.2.3