Approved by:	kris
This commit is contained in:
Dmitry Sivachenko 2003-03-21 07:52:16 +00:00
parent 3de1f3568e
commit 5ac101659f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77172
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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: