diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch b/recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch index 46e87611..041d29b2 100644 --- a/recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch +++ b/recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 2be0856e09f47e7f2c35e77d4e000d769c6beaf9 Mon Sep 17 00:00:00 2001 | 1 | From f62b851edbcc3ac3da448d7570908ad78ebe77dc 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:18:13 +0200 | 3 | Date: Tue, 11 Jul 2017 10:18:13 +0200 |
4 | Subject: [PATCH 4/4] chromium: WebKit fix build with gcc7 | 4 | Subject: [PATCH] chromium: WebKit fix build with gcc7 |
5 | 5 | ||
6 | Based on qtwebengine-opensource-src-5.8.0-wtf-gcc7.patch from | 6 | Based on qtwebengine-opensource-src-5.8.0-wtf-gcc7.patch from |
7 | http://git.net/ml/scm-fedora-commits/2017-03/msg15697.html | 7 | http://git.net/ml/scm-fedora-commits/2017-03/msg15697.html |
@@ -39,6 +39,3 @@ index e85c72fd65..6f94cd6734 100644 | |||
39 | template<typename T, typename U, typename V, typename W> | 39 | template<typename T, typename U, typename V, typename W> |
40 | inline void LinkedHashSet<T, U, V, W>::swap(LinkedHashSet& other) | 40 | inline void LinkedHashSet<T, U, V, W>::swap(LinkedHashSet& other) |
41 | { | 41 | { |
42 | -- | ||
43 | 2.13.2 | ||
44 | |||