aboutsummaryrefslogtreecommitdiff
path: root/audio/hydrogen-devel/files/patch-src_gui_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'audio/hydrogen-devel/files/patch-src_gui_CMakeLists.txt')
-rw-r--r--audio/hydrogen-devel/files/patch-src_gui_CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/hydrogen-devel/files/patch-src_gui_CMakeLists.txt b/audio/hydrogen-devel/files/patch-src_gui_CMakeLists.txt
new file mode 100644
index 000000000000..522d3e9c0066
--- /dev/null
+++ b/audio/hydrogen-devel/files/patch-src_gui_CMakeLists.txt
@@ -0,0 +1,10 @@
+--- src/gui/CMakeLists.txt.orig 2015-08-31 19:04:48 UTC
++++ src/gui/CMakeLists.txt
+@@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES(
+ ${CMAKE_BINARY_DIR}/src/core/include # generated config.h
+ ${LASH_INCLUDE_DIR}
+ ${QT_INCLUDES}
++ ${LIBSNDFILE_INCLUDE_DIR}
+ )
+
+ IF(APPLE)