Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kprof/files: kprof-1.4.3-gcc4.3.patch
Date: Thu, 27 Mar 2008 23:55:13
Message-Id: E1Jf1w6-000897-Jw@stork.gentoo.org
1 philantrop 08/03/27 23:55:10
2
3 Added: kprof-1.4.3-gcc4.3.patch
4 Log:
5 Added a patch for gcc 4.3 compatibility as kindly provided by impulze on bug 214559.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-util/kprof/files/kprof-1.4.3-gcc4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kprof/files/kprof-1.4.3-gcc4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kprof/files/kprof-1.4.3-gcc4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: kprof-1.4.3-gcc4.3.patch
15 ===================================================================
16 diff -Naur kprof.orig/kprof/Log.cpp kprof/kprof/Log.cpp
17 --- kprof.orig/kprof/Log.cpp 2002-07-31 01:21:41.000000000 +0200
18 +++ kprof/kprof/Log.cpp 2008-03-24 18:21:18.000000000 +0100
19 @@ -21,6 +21,7 @@
20 #include <kapp.h>
21 #include <kconfig.h>
22 #include <klocale.h>
23 +#include <cstdlib> // malloc, free, realloc
24 #include <cstdarg>
25 #include <cstdio>
26 #include <sys/timeb.h>
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list