Add missing patch
Resolves: RHEL-3961
This commit is contained in:
parent
300075435d
commit
198f26f9b1
16
i686-build.patch
Normal file
16
i686-build.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
From: Alberto Garcia <berto@igalia.com>
|
||||||
|
Subject: Fix FTBFS in i386
|
||||||
|
Bug: https://bugs.webkit.org/show_bug.cgi?id=268739
|
||||||
|
Index: webkitgtk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
|
||||||
|
===================================================================
|
||||||
|
--- webkitgtk.orig/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
|
||||||
|
+++ webkitgtk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
|
||||||
|
@@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpc
|
||||||
|
UNUSED_VARIABLE(t2);
|
||||||
|
UNUSED_VARIABLE(t3);
|
||||||
|
UNUSED_VARIABLE(t5);
|
||||||
|
- UNUSED_VARIABLE(t6);
|
||||||
|
- UNUSED_VARIABLE(t7);
|
||||||
|
|
||||||
|
struct StackPointerScope {
|
||||||
|
StackPointerScope(CLoopStack& stack)
|
@ -34,6 +34,9 @@ Patch3: cairo-1.15.patch
|
|||||||
# Avoid dependency on GEnumClass_autoptr
|
# Avoid dependency on GEnumClass_autoptr
|
||||||
Patch4: glib-2.56.patch
|
Patch4: glib-2.56.patch
|
||||||
|
|
||||||
|
# https://bugs.webkit.org/show_bug.cgi?id=268739
|
||||||
|
Patch5: i686-build.patch
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
|
Loading…
Reference in New Issue
Block a user