Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/kmymoney/files: kmymoney-4.6.2-gcc-4.7.patch
Date: Mon, 09 Jul 2012 17:14:49
Message-Id: 20120709171435.7381E20065@flycatcher.gentoo.org
1 kensington 12/07/09 17:14:35
2
3 Added: kmymoney-4.6.2-gcc-4.7.patch
4 Log:
5 Backport fix from upstream to fix build with GCC 4.7, wrt bug #425366.
6
7 (Portage version: 2.1.11.5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/kmymoney/files/kmymoney-4.6.2-gcc-4.7.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/files/kmymoney-4.6.2-gcc-4.7.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/files/kmymoney-4.6.2-gcc-4.7.patch?rev=1.1&content-type=text/plain
14
15 Index: kmymoney-4.6.2-gcc-4.7.patch
16 ===================================================================
17 commit 9b6f96a38b8c84cb87bb07165b503acbe5ea81ff
18 Author: Christoph Feck <christoph@××××××.de>
19 Date: Fri Mar 23 23:05:19 2012 +0100
20
21 Fix includes
22
23 diff --git a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
24 index ff217e3..d31bb02 100644
25 --- a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
26 +++ b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
27 @@ -16,6 +16,7 @@
28
29 #include "mymoneydatabasemgrtest.h"
30 #include <pwd.h>
31 +#include <unistd.h>
32 #include <iostream>
33
34 #include <QtTest/QtTest>