aboutsummaryrefslogtreecommitdiff
path: root/audio/zynaddsubfx
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2011-10-25 20:35:01 +0000
committerMarcus von Appen <mva@FreeBSD.org>2011-10-25 20:35:01 +0000
commitd3a6edc475e447ad99db5ebad1d4b46623eac86e (patch)
tree1b7dbb7c46acdb5e655ded5564d839a478fdc199 /audio/zynaddsubfx
parent62cab4041e725691ce834750b39b4afa621e947b (diff)
downloadports-d3a6edc475e447ad99db5ebad1d4b46623eac86e.tar.gz
ports-d3a6edc475e447ad99db5ebad1d4b46623eac86e.zip
Notes
Diffstat (limited to 'audio/zynaddsubfx')
-rw-r--r--audio/zynaddsubfx/files/patch-src_ui_BankUI.fl11
-rw-r--r--audio/zynaddsubfx/files/patch-src_ui_OscilGenUI.fl11
-rw-r--r--audio/zynaddsubfx/files/patch-src_ui_PartUI.fl11
-rw-r--r--audio/zynaddsubfx/files/patch-src_ui_PresetsUI.fl14
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 {} {