Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/qupzilla/files: qtsingleapplication-QDataStream.patch
Date: Wed, 01 Jul 2015 05:09:25
Message-Id: 20150701050920.377E874C@oystercatcher.gentoo.org
1 yngwin 15/07/01 05:09:20
2
3 Added: qtsingleapplication-QDataStream.patch
4 Log:
5 Add QTSA patch to fix compilation with Qt 5.5 (bug #548470)
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
8
9 Revision Changes Path
10 1.1 www-client/qupzilla/files/qtsingleapplication-QDataStream.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/files/qtsingleapplication-QDataStream.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/files/qtsingleapplication-QDataStream.patch?rev=1.1&content-type=text/plain
14
15 Index: qtsingleapplication-QDataStream.patch
16 ===================================================================
17 --- src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp.ORIG 2015-05-07 18:29:35.045402873 +0200
18 +++ src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp 2015-05-07 18:33:04.942404927 +0200
19 @@ -39,6 +39,7 @@
20 ****************************************************************************/
21
22
23 +#include <QDataStream>
24 #include "qtlocalpeer.h"
25 #include <QCoreApplication>
26 #include <QTime>