summaryrefslogtreecommitdiff
path: root/audio/sfizz/files/patch-cmake_SfizzConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sfizz/files/patch-cmake_SfizzConfig.cmake')
-rw-r--r--audio/sfizz/files/patch-cmake_SfizzConfig.cmake16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/sfizz/files/patch-cmake_SfizzConfig.cmake b/audio/sfizz/files/patch-cmake_SfizzConfig.cmake
index 928d9609da91..47e72514e597 100644
--- a/audio/sfizz/files/patch-cmake_SfizzConfig.cmake
+++ b/audio/sfizz/files/patch-cmake_SfizzConfig.cmake
@@ -1,11 +1,11 @@
---- cmake/SfizzConfig.cmake.orig 2020-04-20 01:18:25 UTC
+--- cmake/SfizzConfig.cmake.orig 2020-07-23 22:01:34 UTC
+++ cmake/SfizzConfig.cmake
-@@ -67,7 +67,7 @@ if (USE_LIBCPP)
- add_compile_options(-stdlib=libc++)
- # Presumably need the above for linking too, maybe other options missing as well
- add_link_options(-stdlib=libc++) # New command on CMake master, not in 3.12 release
--add_link_options(-lc++abi) # New command on CMake master, not in 3.12 release
-+#add_link_options(-lc++abi) # New command on CMake master, not in 3.12 release
- endif()
+@@ -69,7 +69,7 @@ if (USE_LIBCPP)
+ add_compile_options(-stdlib=libc++)
+ # Presumably need the above for linking too, maybe other options missing as well
+ add_link_options(-stdlib=libc++) # New command on CMake master, not in 3.12 release
+- add_link_options(-lc++abi) # New command on CMake master, not in 3.12 release
++ #add_link_options(-lc++abi) # New command on CMake master, not in 3.12 release
endif()
+ add_library(sfizz-pugixml STATIC "src/external/pugixml/src/pugixml.cpp")