summaryrefslogtreecommitdiff
path: root/audio/sfizz/files/patch-cmake_SfizzConfig.cmake
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-07-28 05:03:27 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-07-28 05:03:27 +0000
commit778f7a3e70be5208e8b36ea3917acf77a231b7d9 (patch)
treedd107dee0c394d0107a891f7d4ae5a8cafb87809 /audio/sfizz/files/patch-cmake_SfizzConfig.cmake
parentnet/freerdp: update to security/bugfix release 2.2.0 (diff)
audio/sfizz: 0.3.2 -> 0.4.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=543572
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")