summaryrefslogtreecommitdiff
path: root/package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-27 20:40:27 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-27 20:40:55 +0100
commitf95a5a97bc299329fa5302b310182e1c25edfca8 (patch)
tree12d2e93137dd1144ca81394b018603c9ba0b89ff /package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt
parent26cd44f6095670007f65cd9440267fa583ef7e61 (diff)
webkitgtk: update, still disabled
Diffstat (limited to 'package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt')
-rw-r--r--package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt b/package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt
deleted file mode 100644
index c87ddae22..000000000
--- a/package/webkitgtk/patches/patch-Source_JavaScriptCore_CMakeLists_txt
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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