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-Animated_Icon.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)
Diffstat (limited to 'databases/mysql-gui/files/patch-Animated_Icon.cc')
-rw-r--r-- | databases/mysql-gui/files/patch-Animated_Icon.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql-gui/files/patch-Animated_Icon.cc b/databases/mysql-gui/files/patch-Animated_Icon.cc new file mode 100644 index 000000000000..1f6d7174128d --- /dev/null +++ b/databases/mysql-gui/files/patch-Animated_Icon.cc @@ -0,0 +1,11 @@ +--- Animated_Icon.cc.orig Wed Sep 3 19:04:06 2003 ++++ Animated_Icon.cc Wed Sep 3 19:04:14 2003 +@@ -1,7 +1,7 @@ + #include <FL/Fl.H> + #include <FL/Animated_Icon.h> + +-Animated_Icon::Animated_Icon(int x, int y, int w, int h, const char *l = 0) : ++Animated_Icon::Animated_Icon(int x, int y, int w, int h, const char *l) : + Fl_Box(x, y, w, h, l) + { + first = current = 0; |