summaryrefslogtreecommitdiff
path: root/databases/mysql-gui/files/patch-bebac.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-14 18:03:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-14 18:03:48 +0000
commite4b8424f336a69682278ac3b5d2bdc4a90ee0fff (patch)
tree7fa01b5d6e789a414aab041ca7a0197b3c41f716 /databases/mysql-gui/files/patch-bebac.h
parent- Force linker path so libobjc.so will still be found. (diff)
- 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 <cyrille.lefevre@laposte.net> (maintainer)
Notes
Notes: svn path=/head/; revision=95806
Diffstat (limited to 'databases/mysql-gui/files/patch-bebac.h')
-rw-r--r--databases/mysql-gui/files/patch-bebac.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/mysql-gui/files/patch-bebac.h b/databases/mysql-gui/files/patch-bebac.h
new file mode 100644
index 000000000000..71e1c4776532
--- /dev/null
+++ b/databases/mysql-gui/files/patch-bebac.h
@@ -0,0 +1,10 @@
+--- bebac.h.orig Wed Apr 11 21:12:19 2001
++++ bebac.h Mon Feb 3 02:28:44 2003
+@@ -5,6 +5,7 @@
+ #include <FL/Fl.H>
+ #include <FL/Fl_Double_Window.H>
+ #include "client.h"
++#undef Success
+ #include <mysql++>
+ extern Connection *con;
+ extern void do_exit(Fl_Double_Window*, void*);