Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/linuxdcpp/files: 1.0.1-gcc-4.3.patch
Date: Mon, 30 Jun 2008 10:06:46
Message-Id: E1KDGHQ-0002xV-Jy@stork.gentoo.org
1 armin76 08/06/30 10:06:40
2
3 Added: 1.0.1-gcc-4.3.patch
4 Log:
5 Make it compile with gcc-4.3, bug #228891
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-p2p/linuxdcpp/files/1.0.1-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/files/1.0.1-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/files/1.0.1-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.0.1-gcc-4.3.patch
15 ===================================================================
16 diff -NrU5 linuxdcpp-1.0.1.orig/client/ShareManager.h linuxdcpp-1.0.1/client/ShareManager.h
17 --- linuxdcpp-1.0.1.orig/client/ShareManager.h 2007-07-07 22:02:08.000000000 +0200
18 +++ linuxdcpp-1.0.1/client/ShareManager.h 2008-06-22 14:14:30.000000000 +0200
19 @@ -35,10 +35,12 @@
20 #include "Singleton.h"
21 #include "BloomFilter.h"
22 #include "FastAlloc.h"
23 #include "MerkleTree.h"
24
25 +#include <memory> // GCC 4.3 fix
26 +
27 STANDARD_EXCEPTION(ShareException);
28
29 class SimpleXML;
30 class Client;
31 class File;
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list