summaryrefslogtreecommitdiff
path: root/www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-06-08 08:32:06 -0400
committerShokara Kou <kou@13f0.net>2022-06-08 08:32:06 -0400
commit9838bb182b074e74086425db69019e11bdb00cef (patch)
treee4fda328feb220eb313d8e897e0b2423abc2e2e4 /www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake
parentddb6da8b8aa31f3162c3d925f7412fe58a980acd (diff)
remove webkitgtk4
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake')
-rw-r--r--www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake b/www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake
deleted file mode 100644
index b1047a3..0000000
--- a/www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: Source/cmake/WebKitFeatures.cmake
2--- Source/cmake/WebKitFeatures.cmake.orig
3+++ Source/cmake/WebKitFeatures.cmake
4@@ -404,7 +404,7 @@ macro(CREATE_CONFIGURATION_HEADER)
5 endmacro()
6
7 macro(WEBKIT_CHECK_HAVE_INCLUDE _variable _header)
8- check_include_file(${_header} ${_variable}_value)
9+ check_include_files("${_header}" ${_variable}_value)
10 SET_AND_EXPOSE_TO_BUILD(${_variable} ${${_variable}_value})
11 endmacro()
12