ports/devel/aws-c-common/files/patch-CMakeLists.txt

10 lines
345 B
Text

--- CMakeLists.txt.orig 2020-01-26 19:09:42 UTC
+++ CMakeLists.txt
@@ -113,7 +113,6 @@ file(GLOB COMMON_SRC
add_library(${PROJECT_NAME} ${COMMON_SRC})
-aws_set_common_properties(${PROJECT_NAME} NO_WEXTRA)
aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_COMMON")
target_compile_options(${PROJECT_NAME} PUBLIC ${PLATFORM_CFLAGS})