Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/avp/files: avp-20070130-gcc42.patch digest-avp-20070130-r1
Date: Fri, 07 Sep 2007 18:45:34
Message-Id: E1ITijC-0001ZS-9J@stork.gentoo.org
1 tupone 07/09/07 18:38:50
2
3 Added: avp-20070130-gcc42.patch digest-avp-20070130-r1
4 Log:
5 Fixing gcc-4.2 compilation problem. Bug #184423
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.1 games-fps/avp/files/avp-20070130-gcc42.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/avp/files/avp-20070130-gcc42.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/avp/files/avp-20070130-gcc42.patch?rev=1.1&content-type=text/plain
13
14 Index: avp-20070130-gcc42.patch
15 ===================================================================
16 --- avp/win95/gadgets/conscmnd.hpp.old 2007-09-06 20:42:31.000000000 +0200
17 +++ avp/win95/gadgets/conscmnd.hpp 2007-09-06 20:42:43.000000000 +0200
18 @@ -36,7 +36,7 @@
19 (
20 ProjChar* pProjCh_ToUse,
21 ProjChar* pProjCh_Description_ToUse,
22 - void (&f) (void),
23 + void (*f) (void),
24 OurBool Cheat = FALSE
25 );
26 static void Make
27 --- avp/win95/gadgets/conscmnd.cpp.old 2007-09-06 20:44:24.000000000 +0200
28 +++ avp/win95/gadgets/conscmnd.cpp 2007-09-06 20:43:49.000000000 +0200
29 @@ -138,7 +138,7 @@
30 (
31 ProjChar* pProjCh_ToUse,
32 ProjChar* pProjCh_Description_ToUse,
33 - void (&f) (void),
34 + void (*f) (void),
35 OurBool Cheat
36 )
37 {
38
39
40
41 1.1 games-fps/avp/files/digest-avp-20070130-r1
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/avp/files/digest-avp-20070130-r1?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/avp/files/digest-avp-20070130-r1?rev=1.1&content-type=text/plain
45
46 Index: digest-avp-20070130-r1
47 ===================================================================
48 MD5 a1bfcae5e46ae8439960ac6ddbe18c37 avp-20070130.tar.bz2 1523270
49 RMD160 3ad032b2489ccddf1bd4ae60a602eefe9da121a1 avp-20070130.tar.bz2 1523270
50 SHA256 f857040fc591ff7e8983be4e0d1ca44ea290e6b954ba9a234a6664ff01b4be58 avp-20070130.tar.bz2 1523270
51
52
53
54 --
55 gentoo-commits@g.o mailing list