summaryrefslogtreecommitdiff
path: root/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2024-03-02 20:22:27 -0500
committerShokara Kou <kou@13f0.net>2024-03-02 20:22:27 -0500
commitb493f9fed608fd63f1607da1310e6163b8feb68c (patch)
treedb15face1f4d52b11873d6281c06d85c51a2a3d3 /www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake
parent0e7734c4d4922b73429ed3ad1ba93235e865b823 (diff)
import www/webkitgtk4 2.42.5
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake')
-rw-r--r--www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake b/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake
index 621a404..30ff864 100644
--- a/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake
+++ b/www/webkitgtk4/patches/patch-Source_cmake_WebKitCompilerFlags_cmake
@@ -1,7 +1,7 @@
1Index: Source/cmake/WebKitCompilerFlags.cmake 1Index: Source/cmake/WebKitCompilerFlags.cmake
2--- Source/cmake/WebKitCompilerFlags.cmake.orig 2--- Source/cmake/WebKitCompilerFlags.cmake.orig
3+++ Source/cmake/WebKitCompilerFlags.cmake 3+++ Source/cmake/WebKitCompilerFlags.cmake
4@@ -252,9 +252,9 @@ if (NOT MSVC) 4@@ -275,9 +275,9 @@ if (NOT MSVC)
5 string(REGEX MATCHALL "-fsanitize=[^ ]*" ENABLED_COMPILER_SANITIZERS ${CMAKE_CXX_FLAGS}) 5 string(REGEX MATCHALL "-fsanitize=[^ ]*" ENABLED_COMPILER_SANITIZERS ${CMAKE_CXX_FLAGS})
6 endif () 6 endif ()
7 7