summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-06-04 09:45:47 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-06-04 09:45:47 +0000
commit170fd2466dc53d169f0bf4c66b0935cee67a4e20 (patch)
tree8758d82a3d9d189a3297d13831e2a3813091bb2c /app-cdr/k9copy/files
parentVersion bump to improve static tracing. (diff)
downloadgentoo-2-170fd2466dc53d169f0bf4c66b0935cee67a4e20.tar.gz
gentoo-2-170fd2466dc53d169f0bf4c66b0935cee67a4e20.tar.bz2
gentoo-2-170fd2466dc53d169f0bf4c66b0935cee67a4e20.zip
Add gcc44 patch. Per bug #272567. Thx to Martin Jansa for patch.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/k9copy/files')
-rw-r--r--app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch b/app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch
new file mode 100644
index 000000000000..ac639ad4da9b
--- /dev/null
+++ b/app-cdr/k9copy/files/k9copy-2.3.2-gcc44.patch
@@ -0,0 +1,22 @@
+diff -uNr k9copy-2.3.2-Source/src/core/k9dvdbackupinterface.h k9copy-2.3.2-Source.new/src/core/k9dvdbackupinterface.h
+--- k9copy-2.3.2-Source/src/core/k9dvdbackupinterface.h 2009-05-26 21:33:27.000000000 +0200
++++ k9copy-2.3.2-Source.new/src/core/k9dvdbackupinterface.h 2009-06-04 11:00:34.000000000 +0200
+@@ -21,6 +21,7 @@
+ #define K9DVDBACKUPINTERFACE_H
+
+ #include <QObject>
++#include <stdint.h>
+ class k9DVDBackupInterface : public QObject
+ {
+ Q_OBJECT
+diff -uNr k9copy-2.3.2-Source/src/core/k9tools.h k9copy-2.3.2-Source.new/src/core/k9tools.h
+--- k9copy-2.3.2-Source/src/core/k9tools.h 2009-05-26 21:33:27.000000000 +0200
++++ k9copy-2.3.2-Source.new/src/core/k9tools.h 2009-06-04 11:00:34.000000000 +0200
+@@ -12,6 +12,7 @@
+ #ifndef K9TOOLS_H
+ #define K9TOOLS_H
+
++#include <stdint.h>
+ #include <QString>
+ #include <QList>
+ #include <QComboBox>