Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/oprofile/files: oprofile-0.9.3-gcc43.patch
Date: Sat, 31 May 2008 15:12:33
Message-Id: E1K2Skt-0001AV-Ir@stork.gentoo.org
1 spock 08/05/31 15:12:27
2
3 Modified: oprofile-0.9.3-gcc43.patch
4 Log:
5 Update the GCC 4.3 fix to make tests work (patch by Michal Kiedrowicz).
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.3 dev-util/oprofile/files/oprofile-0.9.3-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/files/oprofile-0.9.3-gcc43.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/files/oprofile-0.9.3-gcc43.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/oprofile/files/oprofile-0.9.3-gcc43.patch?r1=1.2&r2=1.3
14
15 Index: oprofile-0.9.3-gcc43.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/files/oprofile-0.9.3-gcc43.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- oprofile-0.9.3-gcc43.patch 7 May 2008 19:19:37 -0000 1.2
22 +++ oprofile-0.9.3-gcc43.patch 31 May 2008 15:12:27 -0000 1.3
23 @@ -188,3 +188,26 @@
24
25 #include "opgprof_options.h"
26 #include "popt_options.h"
27 +diff -urp oprofile-0.9.3-orig/libabi/tests/abi_test.cpp oprofile-0.9.3/libabi/tests/abi_test.cpp
28 +--- oprofile-0.9.3-orig/libabi/tests/abi_test.cpp 2007-07-16 20:22:17.000000000 +0200
29 ++++ oprofile-0.9.3/libabi/tests/abi_test.cpp 2008-05-23 14:31:44.000000000 +0200
30 +@@ -17,6 +17,8 @@
31 +
32 + #include <fstream>
33 + #include <iostream>
34 ++#include <cstdlib>
35 ++#include <cstring>
36 +
37 + using namespace std;
38 +
39 +diff -urp oprofile-0.9.3-orig/libregex/tests/regex_test.cpp oprofile-0.9.3/libregex/tests/regex_test.cpp
40 +--- oprofile-0.9.3-orig/libregex/tests/regex_test.cpp 2007-07-16 20:22:17.000000000 +0200
41 ++++ oprofile-0.9.3/libregex/tests/regex_test.cpp 2008-05-23 14:32:25.000000000 +0200
42 +@@ -20,6 +20,7 @@
43 +
44 + #include <iostream>
45 + #include <fstream>
46 ++#include <cstdlib>
47 +
48 + using namespace std;
49 +
50
51
52
53 --
54 gentoo-commits@l.g.o mailing list