diff options
| author | Shokara Kou <kou@13f0.net> | 2022-12-10 11:06:46 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-12-10 11:06:46 -0500 |
| commit | 706327693b4fcc1ce8d5b6cf100beb729ddd1bd1 (patch) | |
| tree | 0e2fe67329731bb4fa172671c8dd206e4e875ba6 /www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake | |
| parent | b0b7070ac3b63da7c487449bafd47a0c9eec8eed (diff) | |
add webkitgtk40 without atk
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, 16 insertions, 0 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake b/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake new file mode 100644 index 0000000..621a404 --- /dev/null +++ b/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | Index: Source/cmake/WebKitCompilerFlags.cmake | ||
| 2 | --- Source/cmake/WebKitCompilerFlags.cmake.orig | ||
| 3 | +++ Source/cmake/WebKitCompilerFlags.cmake | ||
| 4 | @@ -252,9 +252,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) | ||
