diff options
author | mva <mva@FreeBSD.org> | 2011-10-26 04:35:01 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2011-10-26 04:35:01 +0800 |
commit | 04258991529c79c3cf90cad784062971facb4c4e (patch) | |
tree | bc4305f8abc7f0f4ed74a3bee13a4219e9da5526 /audio/zynaddsubfx | |
parent | ca0fefd55bdf632e54c81684b816ac391d446cff (diff) | |
download | freebsd-ports-gnome-04258991529c79c3cf90cad784062971facb4c4e.tar.gz freebsd-ports-gnome-04258991529c79c3cf90cad784062971facb4c4e.tar.zst freebsd-ports-gnome-04258991529c79c3cf90cad784062971facb4c4e.zip |
- Unbreak build with fltk 1.3.0
PR: ports/161988
Submitted by: Kenneth Lind <exil@sasurai.se>
Diffstat (limited to 'audio/zynaddsubfx')
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_ui_BankUI.fl | 11 | ||||
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_ui_OscilGenUI.fl | 11 | ||||
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_ui_PartUI.fl | 11 | ||||
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_ui_PresetsUI.fl | 14 |
4 files changed, 47 insertions, 0 deletions
diff --git a/audio/zynaddsubfx/files/patch-src_ui_BankUI.fl b/audio/zynaddsubfx/files/patch-src_ui_BankUI.fl new file mode 100644 index 000000000000..2ff645e46609 --- /dev/null +++ b/audio/zynaddsubfx/files/patch-src_ui_BankUI.fl @@ -0,0 +1,11 @@ +--- UI/BankUI.fl.orig 2011-10-25 22:20:12.000000000 +0200 ++++ UI/BankUI.fl 2011-10-25 22:21:27.000000000 +0200 +@@ -32,7 +32,7 @@ + + class BankProcess_ {} { + Function {process()} {open return_type {virtual void} +- } {} ++ } {code{;}} + decl {Bank *bank;} {public + } + } diff --git a/audio/zynaddsubfx/files/patch-src_ui_OscilGenUI.fl b/audio/zynaddsubfx/files/patch-src_ui_OscilGenUI.fl new file mode 100644 index 000000000000..aacff62783ac --- /dev/null +++ b/audio/zynaddsubfx/files/patch-src_ui_OscilGenUI.fl @@ -0,0 +1,11 @@ +--- UI/OscilGenUI.fl.orig 2011-10-25 22:20:20.000000000 +0200 ++++ UI/OscilGenUI.fl 2011-10-25 22:21:59.000000000 +0200 +@@ -129,7 +129,7 @@ + + class PSlider {: {public Fl_Slider} + } { +- Function {PSlider(int x,int y, int w, int h, const char *label=0):Fl_Slider(x,y,w,h,label)} {} {} ++ Function {PSlider(int x,int y, int w, int h, const char *label=0):Fl_Slider(x,y,w,h,label)} {} {code{;}} + Function {handle(int event)} {return_type int + } { + code {int X=x(),Y=y(),W=w(),H=h(); diff --git a/audio/zynaddsubfx/files/patch-src_ui_PartUI.fl b/audio/zynaddsubfx/files/patch-src_ui_PartUI.fl new file mode 100644 index 000000000000..58e1b723a650 --- /dev/null +++ b/audio/zynaddsubfx/files/patch-src_ui_PartUI.fl @@ -0,0 +1,11 @@ +--- UI/PartUI.fl.orig 2011-10-25 22:20:30.000000000 +0200 ++++ UI/PartUI.fl 2011-10-25 22:22:19.000000000 +0200 +@@ -85,7 +85,7 @@ + + class PartUI_ {} { + Function {showparameters(int kititem,int engine)} {return_type virtual +- } {} ++ } {code{;}} + } + + class PartKitItem {: {public Fl_Group} diff --git a/audio/zynaddsubfx/files/patch-src_ui_PresetsUI.fl b/audio/zynaddsubfx/files/patch-src_ui_PresetsUI.fl new file mode 100644 index 000000000000..70539fc0be93 --- /dev/null +++ b/audio/zynaddsubfx/files/patch-src_ui_PresetsUI.fl @@ -0,0 +1,14 @@ +--- UI/PresetsUI.fl.orig 2010-06-27 20:26:52.000000000 +0200 ++++ UI/PresetsUI.fl 2011-10-25 22:33:16.000000000 +0200 +@@ -18,9 +18,9 @@ + + class PresetsUI_ {} { + Function {refresh()} {open return_type {virtual void} +- } {} ++ } {code{;}} + Function {~PresetsUI_()} {open return_type virtual +- } {} ++ } {code{;}} + } + + class PresetsUI {} { |