mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
11 lines
517 B
Text
11 lines
517 B
Text
--- CMakeLists.txt.orig 2021-12-09 09:25:45 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -100,7 +100,7 @@ list(APPEND GMIC_CXX_COMPILE_FLAGS -Dgmic_build -Dcimg
|
|
if(APPLE)
|
|
list(APPEND GMIC_CXX_COMPILE_FLAGS -mmacosx-version-min=10.8 -stdlib=libc++ -Wno-error=c++11-narrowing -Wc++11-extensions -fpermissive)
|
|
else()
|
|
- list(APPEND GMIC_CXX_COMPILE_FLAGS -Wno-error=narrowing -fno-ipa-sra -fpermissive)
|
|
+ list(APPEND GMIC_CXX_COMPILE_FLAGS -Wno-error=narrowing -fpermissive)
|
|
endif()
|
|
|
|
if(NOT "${PRERELEASE_TAG}" STREQUAL "")
|