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/amule/files: gcc-4.3.patch gcc-4.4.patch 2.1.3-wx-2.8.patch
Date: Sat, 24 Jan 2009 18:36:51
Message-Id: E1LQnN9-0001Bn-TI@stork.gentoo.org
1 armin76 09/01/24 18:36:47
2
3 Added: gcc-4.3.patch gcc-4.4.patch
4 Removed: 2.1.3-wx-2.8.patch
5 Log:
6 Fix gcc-4.3 build failure, bug #255783, fix gcc-4.4 build failure, bug #253143
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
8
9 Revision Changes Path
10 1.1 net-p2p/amule/files/gcc-4.3.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/files/gcc-4.3.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/files/gcc-4.3.patch?rev=1.1&content-type=text/plain
14
15 Index: gcc-4.3.patch
16 ===================================================================
17 --- src/libs/common/MuleDebug.h 2008-03-29 16:10:03.000000000 +0000
18 +++ src/libs/common/MuleDebug.h 2009-01-21 16:36:08.325800564 +0000
19 @@ -27,6 +27,7 @@
20 #define MULEDEBUG_H
21
22 #include <wx/string.h>
23 +#include <ctype.h>
24
25 /**
26 * Installs an exception handler that can handle CMuleExceptions.
27
28
29
30 1.1 net-p2p/amule/files/gcc-4.4.patch
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/files/gcc-4.4.patch?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/files/gcc-4.4.patch?rev=1.1&content-type=text/plain
34
35 Index: gcc-4.4.patch
36 ===================================================================
37 --- src/libs/common/Format.cpp~ 2008-12-30 09:54:28.079005001 -0500
38 +++ src/libs/common/Format.cpp 2008-12-30 09:56:35.438006398 -0500
39 @@ -23,7 +23,7 @@
40 //
41
42 #include "Format.h"
43 -
44 +#include <stdint.h>
45
46 //! Known type-modifiers.
47 enum Modifiers