diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 12:05:39 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 12:05:39 +0100 |
commit | c161803b4500c35e8cd77bf49483a58a7b6ac4ef (patch) | |
tree | f49c145109b7bf19c807a4abb07062ee8a6445e6 /net-libs/webkit-gtk/files | |
parent | dc7b54526e6298b68fa35339679538f4a5afe6bb (diff) |
net-libs/webkit-gtk : version bump
Diffstat (limited to 'net-libs/webkit-gtk/files')
-rw-r--r-- | net-libs/webkit-gtk/files/2.26.2-fix-arm-non-unified-build.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-libs/webkit-gtk/files/2.26.2-fix-arm-non-unified-build.patch b/net-libs/webkit-gtk/files/2.26.2-fix-arm-non-unified-build.patch deleted file mode 100644 index 0f095990..00000000 --- a/net-libs/webkit-gtk/files/2.26.2-fix-arm-non-unified-build.patch +++ /dev/null @@ -1,27 +0,0 @@ -Add missing headers required during non-unified build. - -Unified build happens to get them included by the other sources unified -into same source file, thus didn't fail. - -diff -urNp a/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp b/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp ---- a/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp -+++ b/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp -@@ -30,6 +30,7 @@ - - #include "BuiltinNames.h" - #include "BytecodeGenerator.h" -+#include "BytecodeStructs.h" - #include "CallFrame.h" - #include "JIT.h" - #include "JSCInlines.h" -diff -urNp a/Source/JavaScriptCore/heap/MachineStackMarker.cpp b/Source/JavaScriptCore/heap/MachineStackMarker.cpp ---- a/Source/JavaScriptCore/heap/MachineStackMarker.cpp -+++ b/Source/JavaScriptCore/heap/MachineStackMarker.cpp -@@ -23,6 +23,7 @@ - #include "MachineStackMarker.h" - - #include "ConservativeRoots.h" -+#include "CPU.h" - #include "MachineContext.h" - #include <setjmp.h> - #include <stdlib.h> |