summaryrefslogtreecommitdiff
path: root/package/webkitgtk/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-10 11:41:57 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-10 11:42:27 -0600
commit6bda4b4924af954486482f313b058d556129f0d9 (patch)
tree6b233c6b2a2994a9959140c8be6684c2d5fd4a8c /package/webkitgtk/patches
parent72d22eb4b3ba1f4eccffa1383a80e9f24ac2968b (diff)
some updates, midori still broken
Diffstat (limited to 'package/webkitgtk/patches')
-rw-r--r--package/webkitgtk/patches/patch-CMakeLists_txt10
-rw-r--r--package/webkitgtk/patches/patch-CMakeLists_txt.orig10
-rw-r--r--package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt16
3 files changed, 36 insertions, 0 deletions
diff --git a/package/webkitgtk/patches/patch-CMakeLists_txt b/package/webkitgtk/patches/patch-CMakeLists_txt
new file mode 100644
index 000000000..3c8adb8b3
--- /dev/null
+++ b/package/webkitgtk/patches/patch-CMakeLists_txt
@@ -0,0 +1,10 @@
+--- webkitgtk-2.7.3.orig/CMakeLists.txt 2014-12-02 07:49:21.000000000 -0600
++++ webkitgtk-2.7.3/CMakeLists.txt 2015-01-02 07:12:58.481869248 -0600
+@@ -68,7 +68,6 @@ find_package(Gperf 3.0.1 REQUIRED)
+ find_package(Perl 5.10.0 REQUIRED)
+
+ find_package(PythonInterp 2.6.0 REQUIRED)
+-find_package(Ruby 1.8.7)
+
+ # -----------------------------------------------------------------------------
+ # Determine the target processor
diff --git a/package/webkitgtk/patches/patch-CMakeLists_txt.orig b/package/webkitgtk/patches/patch-CMakeLists_txt.orig
new file mode 100644
index 000000000..d5065cc2d
--- /dev/null
+++ b/package/webkitgtk/patches/patch-CMakeLists_txt.orig
@@ -0,0 +1,10 @@
+--- webkitgtk-2.6.4.orig/CMakeLists.txt 2014-11-20 02:32:05.000000000 -0600
++++ webkitgtk-2.6.4/CMakeLists.txt 2014-12-30 10:43:47.709729339 -0600
+@@ -69,7 +69,6 @@ find_package(Gperf 3.0.1 REQUIRED)
+ find_package(Perl 5.10.0 REQUIRED)
+
+ find_package(PythonInterp 2.6.0 REQUIRED)
+-find_package(Ruby 1.8.7)
+
+ # -----------------------------------------------------------------------------
+ # Determine the target processor
diff --git a/package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt b/package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt
new file mode 100644
index 000000000..c87ddae22
--- /dev/null
+++ b/package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt
@@ -0,0 +1,16 @@
+--- webkitgtk-2.6.4.orig/Source/JavaScriptCore/CMakeLists.txt 2014-11-20 02:32:07.000000000 -0600
++++ webkitgtk-2.6.4/Source/JavaScriptCore/CMakeLists.txt 2015-01-02 03:29:09.901992192 -0600
+@@ -611,13 +611,6 @@ if (WTF_USE_UDIS86)
+ )
+ endif ()
+
+-# We cannot check for RUBY_FOUND because it is set only when the full package is installed and
+-# the only thing we need is the interpreter. Unlike Python, cmake does not provide a macro
+-# for finding the only Ruby interpreter.
+-if (NOT RUBY_EXECUTABLE)
+- message(FATAL_ERROR "The Ruby interpreter is needed to generate LLInt files.")
+-endif ()
+-
+ set(LLINT_ASM
+ llint/LowLevelInterpreter.asm
+ llint/LowLevelInterpreter32_64.asm