ports/audio/csound/files/patch-Opcodes_stk_CMakeLists.txt
Yuri Victorovich b4340bf78e Move audio/csound6 -> audio/csound
Having the version in its name doesn't make sense because this is a stable package.
2018-11-17 21:07:15 +00:00

11 lines
257 B
Text

--- Opcodes/stk/CMakeLists.txt.orig 2018-11-17 19:16:54 UTC
+++ Opcodes/stk/CMakeLists.txt
@@ -4,7 +4,7 @@ if(WIN32)
cmake_policy(SET CMP0060 NEW)
endif()
-if(NOT STK_LOCAL)
+if(BUILD_STK_OPCODES AND NOT STK_LOCAL)
find_package(STK)
endif()