Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/gnomoradio/files: gnomoradio-0.15.1-gcc42.patch
Date: Sun, 29 Jun 2008 11:55:21
Message-Id: E1KCvUy-0007Ng-M1@stork.gentoo.org
1 drac 08/06/29 11:55:16
2
3 Added: gnomoradio-0.15.1-gcc42.patch
4 Log:
5 Select one libsigc++ slot wrt #228483. Fix building with GCC 4.2 (and thus also 4.3).
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/gnomoradio/files/gnomoradio-0.15.1-gcc42.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomoradio/files/gnomoradio-0.15.1-gcc42.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomoradio/files/gnomoradio-0.15.1-gcc42.patch?rev=1.1&content-type=text/plain
13
14 Index: gnomoradio-0.15.1-gcc42.patch
15 ===================================================================
16 diff -ur gnomoradio-0.15.1.orig/roboradio/audio/prober.h gnomoradio-0.15.1/roboradio/audio/prober.h
17 --- gnomoradio-0.15.1.orig/roboradio/audio/prober.h 2004-10-17 04:40:36.000000000 +0300
18 +++ gnomoradio-0.15.1/roboradio/audio/prober.h 2008-06-29 14:48:13.000000000 +0300
19 @@ -27,6 +27,7 @@
20 {
21 namespace Audio
22 {
23 + gboolean probe (gpointer s);
24 class Prober : public Audio
25 {
26 public:
27 diff -ur gnomoradio-0.15.1.orig/roboradio/state.cc gnomoradio-0.15.1/roboradio/state.cc
28 --- gnomoradio-0.15.1.orig/roboradio/state.cc 2004-10-24 03:24:34.000000000 +0300
29 +++ gnomoradio-0.15.1/roboradio/state.cc 2008-06-29 14:48:13.000000000 +0300
30 @@ -28,6 +28,7 @@
31 #include <sys/stat.h>
32 #include <dirent.h>
33 #include <iostream>
34 +#include <cstring>
35
36 #include <map>
37 #include <set>
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list