diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 18:03:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 18:03:48 +0000 |
commit | e4b8424f336a69682278ac3b5d2bdc4a90ee0fff (patch) | |
tree | 7fa01b5d6e789a414aab041ca7a0197b3c41f716 /databases/mysql-gui/files/patch-single.cc | |
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-single.cc')
-rw-r--r-- | databases/mysql-gui/files/patch-single.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql-gui/files/patch-single.cc b/databases/mysql-gui/files/patch-single.cc index 595b52f2f999..b6e72c9b5f0b 100644 --- a/databases/mysql-gui/files/patch-single.cc +++ b/databases/mysql-gui/files/patch-single.cc @@ -1,9 +1,10 @@ ---- single.cc.orig Sat Aug 18 18:18:16 2001 -+++ single.cc Sat Aug 18 18:17:24 2001 -@@ -1,16 +1,13 @@ +--- single.cc.orig Wed Apr 11 21:12:23 2001 ++++ single.cc Mon Feb 3 04:05:55 2003 +@@ -1,16 +1,14 @@ // generated by Fast Light User Interface Designer (fluid) version 1.00 - #include <client.h> ++#undef Success #include <sqlplus.hh> +#undef Time // @@ -17,4 +18,3 @@ -#include <FL/editor.h> extern Connection *con; - |