Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/rtorrent/files: rtorrent-0.8.0+gcc-4.3.patch
Date: Mon, 21 Apr 2008 15:09:19
Message-Id: E1JnxdU-0007ud-BQ@stork.gentoo.org
1 flameeyes 08/04/21 15:08:52
2
3 Added: rtorrent-0.8.0+gcc-4.3.patch
4 Log:
5 Add patch by Philipp to build with GCC 4.3 (bug #212833).
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.1 net-p2p/rtorrent/files/rtorrent-0.8.0+gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/files/rtorrent-0.8.0+gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/files/rtorrent-0.8.0+gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: rtorrent-0.8.0+gcc-4.3.patch
15 ===================================================================
16 diff -Nurp rtorrent-0.8.0.old/rak/functional.h rtorrent-0.8.0/rak/functional.h
17 --- rtorrent-0.8.0.old/rak/functional.h 2008-03-09 15:56:18.000000000 +0100
18 +++ rtorrent-0.8.0/rak/functional.h 2008-03-09 16:04:47.000000000 +0100
19 @@ -37,6 +37,7 @@
20 #ifndef RAK_FUNCTIONAL_H
21 #define RAK_FUNCTIONAL_H
22
23 +#include <cstddef>
24 #include <functional>
25
26 namespace rak {
27 diff -Nurp rtorrent-0.8.0.old/src/command_ui.cc rtorrent-0.8.0/src/command_ui.cc
28 --- rtorrent-0.8.0.old/src/command_ui.cc 2008-03-09 15:56:18.000000000 +0100
29 +++ rtorrent-0.8.0/src/command_ui.cc 2008-03-09 16:05:36.000000000 +0100
30 @@ -36,6 +36,8 @@
31
32 #include "config.h"
33
34 +#include <ctime>
35 +
36 #include <rak/functional.h>
37 #include <rak/functional_fun.h>
38 #include <sigc++/adaptors/bind.h>
39
40 diff -Nurp rtorrent-0.8.0.old/src/display/text_element_value.cc rtorrent-0.8.0/src/display/text_element_value.cc
41 --- rtorrent-0.8.0.old/src/display/text_element_value.cc 2008-03-09 15:56:18.000000000 +0100
42 +++ rtorrent-0.8.0/src/display/text_element_value.cc 2008-03-09 16:07:39.000000000 +0100
43 @@ -36,6 +36,8 @@
44
45 #include "config.h"
46
47 +#include <ctime>
48 +
49 #include "globals.h"
50 #include "text_element_value.h"
51
52 diff -Nurp rtorrent-0.8.0.old/src/rpc/exec_file.cc rtorrent-0.8.0/src/rpc/exec_file.cc
53 --- rtorrent-0.8.0.old/src/rpc/exec_file.cc 2008-03-09 15:56:18.000000000 +0100
54 +++ rtorrent-0.8.0/src/rpc/exec_file.cc 2008-03-09 16:04:14.000000000 +0100
55 @@ -36,6 +36,7 @@
56
57 #include "config.h"
58
59 +#include <cstring>
60 #include <string>
61 #include <unistd.h>
62 #include <rak/path.h>
63 diff -Nurp rtorrent-0.8.0.old/src/rpc/parse.cc rtorrent-0.8.0/src/rpc/parse.cc
64 --- rtorrent-0.8.0.old/src/rpc/parse.cc 2008-03-09 15:56:18.000000000 +0100
65 +++ rtorrent-0.8.0/src/rpc/parse.cc 2008-03-09 16:04:29.000000000 +0100
66 @@ -36,6 +36,7 @@
67
68 #include "config.h"
69
70 +#include <cstring>
71 #include <locale>
72 #include <rak/path.h>
73 #include <torrent/exceptions.h>
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list