From f781080ddd693f7edae2a17afc27619a77baa5b9 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 20 Dec 2016 17:33:54 +0100 Subject: [PATCH] pilot-link: fix wrong commit remove This happens when you're working in master on two things simultaneously. Revive the qt5 patch which becomes obsolete only with qt5-5.7.1 --- srcpkgs/qt5/patches/fix-gcc6-std_string.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/qt5/patches/fix-gcc6-std_string.patch diff --git a/srcpkgs/qt5/patches/fix-gcc6-std_string.patch b/srcpkgs/qt5/patches/fix-gcc6-std_string.patch new file mode 100644 index 00000000000..b81d32a8476 --- /dev/null +++ b/srcpkgs/qt5/patches/fix-gcc6-std_string.patch @@ -0,0 +1,10 @@ +--- qtwebengine/src/3rdparty/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h 2016-08-26 10:48:27.000000000 +0200 ++++ qtwebengine/src/3rdparty/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h 2016-11-02 12:17:07.784214681 +0100 +@@ -6,6 +6,7 @@ + #define UI_EVENTS_OZONE_EVDEV_TOUCH_DEBUG_BUFFER_H_ + + #include ++#include + #include + + #include "base/memory/scoped_ptr.h"