Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/chuck/files: chuck-1.2.1.1-gcc43.patch
Date: Sat, 03 May 2008 11:22:07
Message-Id: E1JsFoZ-0004l5-Uf@stork.gentoo.org
1 cedk 08/05/03 11:22:03
2
3 Added: chuck-1.2.1.1-gcc43.patch
4 Log:
5 Add patch for gcc-4.3, bug #219809
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 media-sound/chuck/files/chuck-1.2.1.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/chuck/files/chuck-1.2.1.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/chuck/files/chuck-1.2.1.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: chuck-1.2.1.1-gcc43.patch
15 ===================================================================
16 diff -ru chuck-1.2.1.1~/src/chuck_vm.h chuck-1.2.1.1/src/chuck_vm.h
17 --- chuck-1.2.1.1~/src/chuck_vm.h 2008-05-03 13:14:46.000000000 +0200
18 +++ chuck-1.2.1.1/src/chuck_vm.h 2008-05-03 13:15:22.000000000 +0200
19 @@ -41,6 +41,7 @@
20 #include "chuck_stats.h"
21 #endif
22
23 +#include <algorithm>
24 #include <string>
25 #include <map>
26 #include <vector>
27 diff -ru chuck-1.2.1.1~/src/rtaudio.cpp chuck-1.2.1.1/src/rtaudio.cpp
28 --- chuck-1.2.1.1~/src/rtaudio.cpp 2008-05-03 13:14:46.000000000 +0200
29 +++ chuck-1.2.1.1/src/rtaudio.cpp 2008-05-03 13:15:22.000000000 +0200
30 @@ -50,6 +50,7 @@
31 #include "chuck_errmsg.h"
32 #include "digiio_rtaudio.h"
33 #include <stdio.h>
34 +#include <climits>
35 // old
36 // #include "RtAudio.h"
37 // #include <iostream>
38 diff -ru chuck-1.2.1.1~/src/ugen_stk.cpp chuck-1.2.1.1/src/ugen_stk.cpp
39 --- chuck-1.2.1.1~/src/ugen_stk.cpp 2008-05-03 13:14:46.000000000 +0200
40 +++ chuck-1.2.1.1/src/ugen_stk.cpp 2008-05-03 13:15:22.000000000 +0200
41 @@ -41,7 +41,7 @@
42 #include <string.h>
43 #include <time.h>
44 #include <float.h>
45 -
46 +#include <climits>
47
48
49
50 diff -ru chuck-1.2.1.1~/src/util_hid.cpp chuck-1.2.1.1/src/util_hid.cpp
51 --- chuck-1.2.1.1~/src/util_hid.cpp 2008-05-03 13:14:46.000000000 +0200
52 +++ chuck-1.2.1.1/src/util_hid.cpp 2008-05-03 13:15:22.000000000 +0200
53 @@ -37,6 +37,7 @@
54
55 #include <vector>
56 #include <map>
57 +#include <climits>
58
59 using namespace std;
60
61
62
63
64 --
65 gentoo-commits@l.g.o mailing list