diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch b/recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch index 2acce2c5..f2456dd6 100644 --- a/recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch +++ b/recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 1a163c0cab05761f269fcb5adad5d40d71200d52 Mon Sep 17 00:00:00 2001 | 1 | From 944746d5d04ea8eaf268a97440c98136beae1e47 Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Tue, 11 Jul 2017 10:15:41 +0200 | 3 | Date: Tue, 11 Jul 2017 10:15:41 +0200 |
4 | Subject: [PATCH 3/4] chromium: v8 fix build with gcc7 | 4 | Subject: [PATCH] chromium: v8 fix build with gcc7 |
5 | 5 | ||
6 | Use the fix from nodejs: | 6 | Use the fix from nodejs: |
7 | https://github.com/nodejs/node/commit/2a2a5565c298639b823250b571101f51210c50e8 | 7 | https://github.com/nodejs/node/commit/2a2a5565c298639b823250b571101f51210c50e8 |
@@ -129,6 +129,3 @@ index 7d774beb5b..eda1478766 100644 | |||
129 | 129 | ||
130 | // Returns a new HashTable object. | 130 | // Returns a new HashTable object. |
131 | MUST_USE_RESULT static Handle<Derived> New( | 131 | MUST_USE_RESULT static Handle<Derived> New( |
132 | -- | ||
133 | 2.13.2 | ||
134 | |||