You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-cmake.patch

16 lines
469 B

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Fix missing CMake include
Authored by: Simon van der Veldt 2020-09-30
Committed by: Mark McCurry 2020-10-03
--- a/src/Nio/CMakeLists.txt
+++ b/src/Nio/CMakeLists.txt
@@ -21,6 +21,7 @@
add_definitions(-DIN_DEFAULT="${DefaultInput}")
if(JackEnable)
+ include(CheckIncludeFiles)
include_directories(${JACK_INCLUDE_DIR})
list(APPEND zynaddsubfx_nio_SRCS JackEngine.cpp JackMultiEngine.cpp)
list(APPEND zynaddsubfx_nio_lib ${JACK_LIBRARIES})