diff options
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake')
| -rw-r--r-- | www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake b/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake deleted file mode 100644 index df36054..0000000 --- a/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | Index: Source/cmake/WebKitCompilerFlags.cmake | ||
| 2 | --- Source/cmake/WebKitCompilerFlags.cmake.orig | ||
| 3 | +++ Source/cmake/WebKitCompilerFlags.cmake | ||
| 4 | @@ -260,9 +260,9 @@ if (NOT MSVC) | ||
| 5 | string(REGEX MATCHALL "-fsanitize=[^ ]*" ENABLED_COMPILER_SANITIZERS ${CMAKE_CXX_FLAGS}) | ||
| 6 | endif () | ||
| 7 | |||
| 8 | -if (UNIX AND NOT APPLE AND NOT ENABLED_COMPILER_SANITIZERS) | ||
| 9 | - set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}") | ||
| 10 | -endif () | ||
| 11 | +#if (UNIX AND NOT APPLE AND NOT ENABLED_COMPILER_SANITIZERS) | ||
| 12 | +# set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}") | ||
| 13 | +#endif () | ||
| 14 | |||
| 15 | |||
| 16 | if (MSVC) | ||
