From 2efdc45e1542603dc8da4a4b238eff04e9f7530a Mon Sep 17 00:00:00 2001 From: gahr Date: Thu, 27 Oct 2011 11:37:46 +0000 Subject: - fix build with newer FLTK Reported by: PH (via pav) --- audio/csound/files/patch-SliderBank.hpp | 13 +++++++++++++ audio/csound/pkg-plist | 1 + 2 files changed, 14 insertions(+) create mode 100644 audio/csound/files/patch-SliderBank.hpp (limited to 'audio') diff --git a/audio/csound/files/patch-SliderBank.hpp b/audio/csound/files/patch-SliderBank.hpp new file mode 100644 index 000000000000..7540c76368d8 --- /dev/null +++ b/audio/csound/files/patch-SliderBank.hpp @@ -0,0 +1,13 @@ +--- InOut/virtual_keyboard/SliderBank.hpp.orig 2011-10-27 13:20:10.000000000 +0200 ++++ InOut/virtual_keyboard/SliderBank.hpp 2011-10-27 13:20:28.000000000 +0200 +@@ -26,8 +26,8 @@ + + #include + #include +-#include +-#include ++#include ++#include + #include "csdl.h" + #include "SliderData.hpp" + diff --git a/audio/csound/pkg-plist b/audio/csound/pkg-plist index f0a0d902fbf9..76ec1c94ecdf 100644 --- a/audio/csound/pkg-plist +++ b/audio/csound/pkg-plist @@ -52,6 +52,7 @@ lib/csound/plugins64/libambicode1.so lib/csound/plugins64/libampmidid.so lib/csound/plugins64/libbabo.so lib/csound/plugins64/libbarmodel.so +lib/csound/plugins64/libchua.so lib/csound/plugins64/libcompress.so lib/csound/plugins64/libcontrol.so lib/csound/plugins64/libcrossfm.so -- cgit