Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/k9copy/files: k9copy-2.3.2-gcc44.patch
Date: Thu, 04 Jun 2009 09:45:49
Message-Id: E1MC9W7-0006JN-F6@stork.gentoo.org
1 scarabeus 09/06/04 09:45:47
2
3 Added: k9copy-2.3.2-gcc44.patch
4 Log:
5 Add gcc44 patch. Per bug #272567. Thx to Martin Jansa for patch.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: k9copy-2.3.2-gcc44.patch
15 ===================================================================
16 diff -uNr k9copy-2.3.2-Source/src/core/k9dvdbackupinterface.h k9copy-2.3.2-Source.new/src/core/k9dvdbackupinterface.h
17 --- k9copy-2.3.2-Source/src/core/k9dvdbackupinterface.h 2009-05-26 21:33:27.000000000 +0200
18 +++ k9copy-2.3.2-Source.new/src/core/k9dvdbackupinterface.h 2009-06-04 11:00:34.000000000 +0200
19 @@ -21,6 +21,7 @@
20 #define K9DVDBACKUPINTERFACE_H
21
22 #include <QObject>
23 +#include <stdint.h>
24 class k9DVDBackupInterface : public QObject
25 {
26 Q_OBJECT
27 diff -uNr k9copy-2.3.2-Source/src/core/k9tools.h k9copy-2.3.2-Source.new/src/core/k9tools.h
28 --- k9copy-2.3.2-Source/src/core/k9tools.h 2009-05-26 21:33:27.000000000 +0200
29 +++ k9copy-2.3.2-Source.new/src/core/k9tools.h 2009-06-04 11:00:34.000000000 +0200
30 @@ -12,6 +12,7 @@
31 #ifndef K9TOOLS_H
32 #define K9TOOLS_H
33
34 +#include <stdint.h>
35 #include <QString>
36 #include <QList>
37 #include <QComboBox>