summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-08-30 17:52:59 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-08-30 17:52:59 +0000
commit5faa47a719e4f26b933ae0f36aeeb45019271273 (patch)
tree239977bdb8bced638aea333aaba9e18710b53cb8 /media-radio/unixcw/files
parentdev-python/ nltk: Moved to tree by me (diff)
downloadsunrise-5faa47a719e4f26b933ae0f36aeeb45019271273.tar.gz
sunrise-5faa47a719e4f26b933ae0f36aeeb45019271273.tar.bz2
sunrise-5faa47a719e4f26b933ae0f36aeeb45019271273.zip
media-radio/unixcw: Move -qt3to4.patch to mirror://gentoo. Fix gcc4.3 problem
svn path=/sunrise/; revision=11263
Diffstat (limited to 'media-radio/unixcw/files')
-rw-r--r--media-radio/unixcw/files/unixcw-2.3-gcc43.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-radio/unixcw/files/unixcw-2.3-gcc43.patch b/media-radio/unixcw/files/unixcw-2.3-gcc43.patch
new file mode 100644
index 000000000..85c31e08f
--- /dev/null
+++ b/media-radio/unixcw/files/unixcw-2.3-gcc43.patch
@@ -0,0 +1,22 @@
+diff -u src/xcwcp.orig/receiver.cc src/xcwcp/receiver.cc
+--- src/xcwcp.orig/receiver.cc 2010-08-30 19:35:45.000000000 +0200
++++ src/xcwcp/receiver.cc 2010-08-30 19:36:05.000000000 +0200
+@@ -19,6 +19,7 @@
+
+ #include "../config.h"
+
++#include <cstdio>
+ #include <cstdlib>
+ #include <cerrno>
+ #include <string>
+diff -u src/xcwcp.orig/sender.cc src/xcwcp/sender.cc
+--- src/xcwcp.orig/sender.cc 2010-08-30 19:35:45.000000000 +0200
++++ src/xcwcp/sender.cc 2010-08-30 19:36:22.000000000 +0200
+@@ -19,6 +19,7 @@
+
+ #include "../config.h"
+
++#include <cstdio>
+ #include <cstdlib>
+ #include <string>
+ #include <deque>