Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/vdramgw/files: vdramgw-0.0.2-gcc43.patch
Date: Thu, 30 Jul 2009 11:03:24
Message-Id: E1MWTPu-0006dn-Rf@stork.gentoo.org
1 ssuominen 09/07/30 11:03:22
2
3 Added: vdramgw-0.0.2-gcc43.patch
4 Log:
5 Fix building with GCC 4.3 wrt #276573.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: vdramgw-0.0.2-gcc43.patch
15 ===================================================================
16 diff -ur amarok-0.0.2.orig/Sockets.cpp amarok-0.0.2/Sockets.cpp
17 --- amarok-0.0.2.orig/Sockets.cpp 2006-05-15 14:03:23.000000000 +0300
18 +++ amarok-0.0.2/Sockets.cpp 2009-07-30 14:02:49.000000000 +0300
19 @@ -15,6 +15,7 @@
20
21 #include "Sockets.h"
22
23 +#include <string.h>
24 #include <sstream>
25
26 #ifndef WIN32
27 diff -ur amarok-0.0.2.orig/vdramgw/Sockets.cpp amarok-0.0.2/vdramgw/Sockets.cpp
28 --- amarok-0.0.2.orig/vdramgw/Sockets.cpp 2006-05-15 12:52:44.000000000 +0300
29 +++ amarok-0.0.2/vdramgw/Sockets.cpp 2009-07-30 14:02:57.000000000 +0300
30 @@ -15,6 +15,7 @@
31
32 #include "Sockets.h"
33
34 +#include <string.h>
35 #include <sstream>
36
37 #ifndef WIN32
38 diff -ur amarok-0.0.2.orig/vdramgw/vdramgw.cpp amarok-0.0.2/vdramgw/vdramgw.cpp
39 --- amarok-0.0.2.orig/vdramgw/vdramgw.cpp 2006-12-14 01:25:52.000000000 +0200
40 +++ amarok-0.0.2/vdramgw/vdramgw.cpp 2009-07-30 14:02:40.000000000 +0300
41 @@ -23,7 +23,7 @@
42 #include <config.h>
43 #endif
44
45 -
46 +#include <string.h>
47 #include <unistd.h>
48 #include <getopt.h>
49 #include <iostream>