From 6bda4b4924af954486482f313b058d556129f0d9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 10 Feb 2015 11:41:57 -0600 Subject: some updates, midori still broken --- package/webkitgtk/patches/patch-CMakeLists_txt | 10 ++++++++++ package/webkitgtk/patches/patch-CMakeLists_txt.orig | 10 ++++++++++ .../patches/patch-Source_JavaScriptCore_CMakeLists_txt | 16 ++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 package/webkitgtk/patches/patch-CMakeLists_txt create mode 100644 package/webkitgtk/patches/patch-CMakeLists_txt.orig create mode 100644 package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt (limited to 'package/webkitgtk/patches') 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 -- cgit v1.2.3