Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/charm/files: charm-5.9-gcc-4.2.patch
Date: Sat, 22 Sep 2007 13:17:09
Message-Id: E1IZ4jG-00063R-JL@stork.gentoo.org
1 markusle 07/09/22 13:09:02
2
3 Added: charm-5.9-gcc-4.2.patch
4 Log:
5 Added patch to fix compile problem with gcc-4.2.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 sys-cluster/charm/files/charm-5.9-gcc-4.2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/charm/files/charm-5.9-gcc-4.2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/charm/files/charm-5.9-gcc-4.2.patch?rev=1.1&content-type=text/plain
13
14 Index: charm-5.9-gcc-4.2.patch
15 ===================================================================
16 diff -Naur charm-5.9/src/conv-perf/traceCore.h charm-5.9-new/src/conv-perf/traceCore.h
17 --- charm-5.9/src/conv-perf/traceCore.h 2003-07-18 02:35:09.000000000 -0400
18 +++ charm-5.9-new/src/conv-perf/traceCore.h 2007-09-22 08:52:09.000000000 -0400
19 @@ -17,7 +17,13 @@
20 class TraceLogger;
21 class TraceEntry;
22
23 +#ifdef __cplusplus
24 +extern "C" {
25 +#endif
26 CpvCExtern(int, _traceCoreOn);
27 +#ifdef __cplusplus
28 +}
29 +#endif
30 /*** structure of events ***/
31
32 struct TraceCoreEvent {
33
34
35
36 --
37 gentoo-commits@g.o mailing list