Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kmail/files: kmail-4.7.4-gcc44.patch
Date: Fri, 30 Dec 2011 22:18:16
Message-Id: 20111230221806.C409B2004C@flycatcher.gentoo.org
1 dilfridge 11/12/30 22:18:06
2
3 Added: kmail-4.7.4-gcc44.patch
4 Log:
5 Hopefully fix compilation with gcc-4.4, bug 396343
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 kde-base/kmail/files/kmail-4.7.4-gcc44.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/files/kmail-4.7.4-gcc44.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/files/kmail-4.7.4-gcc44.patch?rev=1.1&content-type=text/plain
14
15 Index: kmail-4.7.4-gcc44.patch
16 ===================================================================
17 diff -urN kmail-4.7.4.orig/messagecomposer/akonadisender.cpp kmail-4.7.4/messagecomposer/akonadisender.cpp
18 --- kmail-4.7.4.orig/messagecomposer/akonadisender.cpp 2011-12-02 00:25:40.000000000 +0100
19 +++ kmail-4.7.4/messagecomposer/akonadisender.cpp 2011-12-30 23:10:05.151509937 +0100
20 @@ -38,7 +38,6 @@
21 #include <messagecore/stringutil.h>
22 #include <messagecore/messagehelpers.h>
23
24 -using namespace KMime;
25 using namespace KMime::Types;
26 using namespace KPIM;
27 using namespace MailTransport;