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-Fl_NSlider.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-Fl_NSlider.cc')
-rw-r--r-- | databases/mysql-gui/files/patch-Fl_NSlider.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/mysql-gui/files/patch-Fl_NSlider.cc b/databases/mysql-gui/files/patch-Fl_NSlider.cc new file mode 100644 index 000000000000..d1484ffa24ba --- /dev/null +++ b/databases/mysql-gui/files/patch-Fl_NSlider.cc @@ -0,0 +1,10 @@ +--- Fl_NSlider.cc.orig Mon Feb 3 02:17:30 2003 ++++ Fl_NSlider.cc Mon Feb 3 02:16:37 2003 +@@ -9,6 +9,7 @@ + * provided "as is" without express or implied warranty. + */ + #include <FL/Fl_NSlider.H> ++#include <FL/Fl_Group.H> + + static uchar isHoz = 0; //for image draw setup + static uchar r1, g1, b1; //for color ramp |