diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-04 20:27:02 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-04 20:27:02 +0000 |
commit | 1a2f56911fe9fb165f1ac3bea19897b76d1d49b5 (patch) | |
tree | 527615f90d00c82535e03bf26c9f790af7f98808 /user/qt5-qtwebkit/bug-931.patch | |
parent | 474dbb6054045d2916a25e5d1fc0950c2ad1adad (diff) | |
download | packages-1a2f56911fe9fb165f1ac3bea19897b76d1d49b5.tar.gz packages-1a2f56911fe9fb165f1ac3bea19897b76d1d49b5.tar.bz2 packages-1a2f56911fe9fb165f1ac3bea19897b76d1d49b5.tar.xz packages-1a2f56911fe9fb165f1ac3bea19897b76d1d49b5.zip |
user/qt5-qtwebkit: Bump to 5.212.0 git snapshot
This is required to build against Qt 5.12 and supports ppc64.
Diffstat (limited to 'user/qt5-qtwebkit/bug-931.patch')
-rw-r--r-- | user/qt5-qtwebkit/bug-931.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/qt5-qtwebkit/bug-931.patch b/user/qt5-qtwebkit/bug-931.patch new file mode 100644 index 000000000..7d363dd62 --- /dev/null +++ b/user/qt5-qtwebkit/bug-931.patch @@ -0,0 +1,10 @@ +--- qt5-qtwebkit-5.212.0-git20191114/Source/JavaScriptCore/runtime/NativeExecutable.cpp.old 2019-11-14 19:31:45.000000000 +0000 ++++ qt5-qtwebkit-5.212.0-git20191114/Source/JavaScriptCore/runtime/NativeExecutable.cpp 2020-01-04 19:14:22.974744920 +0000 +@@ -28,6 +28,7 @@ + #include "BatchedTransitionOptimizer.h" + #include "CodeBlock.h" + #include "Debugger.h" ++#include "ExecutableBaseInlines.h" + #include "JIT.h" + #include "JSCInlines.h" + #include "LLIntEntrypoint.h" |