diff options
author | gahr <gahr@FreeBSD.org> | 2011-10-27 19:37:46 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-10-27 19:37:46 +0800 |
commit | 2efdc45e1542603dc8da4a4b238eff04e9f7530a (patch) | |
tree | 7ee7623aa4d7db975375e054c58df6be0d1adb79 /audio | |
parent | e4313af006c7d66efb5cabcafe56541df6f1cbd9 (diff) | |
download | freebsd-ports-gnome-2efdc45e1542603dc8da4a4b238eff04e9f7530a.tar.gz freebsd-ports-gnome-2efdc45e1542603dc8da4a4b238eff04e9f7530a.tar.zst freebsd-ports-gnome-2efdc45e1542603dc8da4a4b238eff04e9f7530a.zip |
- fix build with newer FLTK
Reported by: PH (via pav)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound/files/patch-SliderBank.hpp | 13 | ||||
-rw-r--r-- | audio/csound/pkg-plist | 1 |
2 files changed, 14 insertions, 0 deletions
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 <FL/Fl.H> + #include <FL/Fl_Group.H> +-#include <Fl/Fl_Value_Slider.H> +-#include <Fl/Fl_Spinner.H> ++#include <FL/Fl_Value_Slider.H> ++#include <FL/Fl_Spinner.H> + #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 |