dev-python/pyfeyn: cleaning old
[gentoo.git] / media-sound / gnomoradio / files / gnomoradio-0.15.1-gcc42.patch
1 diff -ur gnomoradio-0.15.1.orig/roboradio/audio/prober.h gnomoradio-0.15.1/roboradio/audio/prober.h
2 --- gnomoradio-0.15.1.orig/roboradio/audio/prober.h     2004-10-17 04:40:36.000000000 +0300
3 +++ gnomoradio-0.15.1/roboradio/audio/prober.h  2008-06-29 14:48:13.000000000 +0300
4 @@ -27,6 +27,7 @@
5  {
6         namespace Audio
7         {
8 +               gboolean probe (gpointer s);
9                 class Prober : public Audio
10                 {
11                 public:
12 diff -ur gnomoradio-0.15.1.orig/roboradio/state.cc gnomoradio-0.15.1/roboradio/state.cc
13 --- gnomoradio-0.15.1.orig/roboradio/state.cc   2004-10-24 03:24:34.000000000 +0300
14 +++ gnomoradio-0.15.1/roboradio/state.cc        2008-06-29 14:48:13.000000000 +0300
15 @@ -28,6 +28,7 @@
16  #include <sys/stat.h>
17  #include <dirent.h>
18  #include <iostream>
19 +#include <cstring>
20  
21  #include <map>
22  #include <set>