summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-08-06 22:01:41 -0400
committerTim Harder <radhermit@gentoo.org>2016-08-06 22:13:29 -0400
commitc310826265b20d8debb6c03849ac6ce7e1587a6c (patch)
treebd69c54513a4873105877a527b4720db02f198c9 /media-sound/csound/files
parentx11-plugins/gkrellm-xkb: new revision fixing CFLAGS/LDFLAGS. (diff)
downloadgentoo-c310826265b20d8debb6c03849ac6ce7e1587a6c.tar.gz
gentoo-c310826265b20d8debb6c03849ac6ce7e1587a6c.tar.bz2
gentoo-c310826265b20d8debb6c03849ac6ce7e1587a6c.zip
media-sound/csound: version bump to 6.07.0
Diffstat (limited to 'media-sound/csound/files')
-rw-r--r--media-sound/csound/files/csound-6.07.0-fltk-headers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/csound/files/csound-6.07.0-fltk-headers.patch b/media-sound/csound/files/csound-6.07.0-fltk-headers.patch
new file mode 100644
index 000000000000..c8c7beb0ce14
--- /dev/null
+++ b/media-sound/csound/files/csound-6.07.0-fltk-headers.patch
@@ -0,0 +1,10 @@
+--- csound-6.07.0/InOut/CMakeLists.txt
++++ csound-6.07.0/InOut/CMakeLists.txt
+@@ -213,6 +213,7 @@
+ #add_dependency_to_framework(widgets ${FLTK_BASE_LIBRARY})
+ #add_dependency_to_framework(widgets ${FLTK_FORMS_LIBRARY})
+ #add_dependency_to_framework(widgets ${FLTK_IMAGES_LIBRARY})
++ include_directories(${FLTK_INCLUDE_DIR})
+ endif()
+
+ check_deps(BUILD_VIRTUAL_KEYBOARD FLTK_FOUND)