Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kdocker/files: kdocker-4.6-gcc-4.7.patch
Date: Mon, 04 Jun 2012 10:02:06
Message-Id: 20120604100155.01D402004B@flycatcher.gentoo.org
1 kensington 12/06/04 10:01:54
2
3 Added: kdocker-4.6-gcc-4.7.patch
4 Log:
5 Bump to EAPI=4, add missing dependencies, and respect LINGUAS. Fix build with GCC-4.7 thanks to Nikos Chantziaras <realnc@×××××.com> in bug #419565.
6
7 (Portage version: 2.1.10.64/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 kde-misc/kdocker/files/kdocker-4.6-gcc-4.7.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdocker/files/kdocker-4.6-gcc-4.7.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdocker/files/kdocker-4.6-gcc-4.7.patch?rev=1.1&content-type=text/plain
14
15 Index: kdocker-4.6-gcc-4.7.patch
16 ===================================================================
17 --- solutions/qtsingleapplication/qtlocalpeer.cpp
18 +++ solutions/qtsingleapplication/qtlocalpeer.cpp
19 @@ -48,6 +48,7 @@
20 #include "qtlocalpeer.h"
21 #include <QtCore/QCoreApplication>
22 #include <QtCore/QTime>
23 +#include <unistd.h>
24
25 #if defined(Q_OS_WIN)
26 #include <QtCore/QLibrary>