diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-21 07:52:16 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-21 07:52:16 +0000 |
commit | 5ac101659f731a43b8930983adcf2961ccc30351 (patch) | |
tree | a623e08f8c1ed0611e209463333dd116c5393450 /audio/spiralsynth | |
parent | ``compressed'' patch now available for 1.4.1. (diff) |
Unbreak.
Approved by: kris
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r-- | audio/spiralsynth/Makefile | 2 | ||||
-rw-r--r-- | audio/spiralsynth/files/patch-Fl_Knob.H | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 600ba1ea9fe8..9c808e3420b8 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -14,8 +14,6 @@ DISTNAME= SpiralSynth-${PORTVERSION} MAINTAINER= trevor@FreeBSD.org COMMENT= MIDI-capable synthesizer for X -BROKEN= "needs fltk 1.0.10" - LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes diff --git a/audio/spiralsynth/files/patch-Fl_Knob.H b/audio/spiralsynth/files/patch-Fl_Knob.H new file mode 100644 index 000000000000..7e1957f4099d --- /dev/null +++ b/audio/spiralsynth/files/patch-Fl_Knob.H @@ -0,0 +1,10 @@ +--- GUI/Widgets/Fl_Knob.H.orig Wed Mar 19 13:57:41 2003 ++++ GUI/Widgets/Fl_Knob.H Wed Mar 19 13:57:56 2003 +@@ -4,6 +4,7 @@ + #define Fl_Knob_H + #include <FL/Fl.H> + #include <FL/Fl_Valuator.H> ++#include <FL/Fl_Group.H> + + class Fl_Knob : public Fl_Valuator { + public: |