opnsense-ports/audio/sfizz/files/patch-cmake_SfizzConfig.cmake
Franco Fichtner f2d45d733c */*: sync with upstream
Taken from: HardenedBSD
2020-07-30 03:43:16 +02:00

11 lines
593 B
CMake

--- cmake/SfizzConfig.cmake.orig 2020-07-23 22:01:34 UTC
+++ cmake/SfizzConfig.cmake
@@ -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")