ports/audio/muse-sequencer/files/patch-muse_CMakeLists.txt
Yuri Victorovich 4a5b7db836 audio/muse-sequencer: Update 4.1.0 → 4.1.0-20230803
Reported by:	portscout
2023-08-08 18:18:54 -07:00

11 lines
528 B
Text

--- muse/CMakeLists.txt.orig 2023-08-09 00:00:30 UTC
+++ muse/CMakeLists.txt
@@ -322,7 +322,7 @@ target_link_libraries(core
if(NOT HAVE_CXX_ATOMICS_WITHOUT_LIB OR NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB)
message("Warning: HAVE_CXX_ATOMICS_WITHOUT_LIB or HAVE_CXX_ATOMICS64_WITHOUT_LIB are false. Linking core with required libatomic.")
- target_link_libraries(core atomic)
+ #target_link_libraries(core atomic)
endif(NOT HAVE_CXX_ATOMICS_WITHOUT_LIB OR NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB)
if(HAVE_LASH)