Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kguitar/files: kguitar-0.5+gcc-4.3.patch
Date: Mon, 09 Jun 2008 11:28:39
Message-Id: E1K5fYA-0001vd-3l@stork.gentoo.org
1 flameeyes 08/06/09 11:28:34
2
3 Added: kguitar-0.5+gcc-4.3.patch
4 Log:
5 Add patch to build with GCC 4.3. Thanks to Marek Miller in bug #225349.
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.1 media-sound/kguitar/files/kguitar-0.5+gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kguitar/files/kguitar-0.5+gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kguitar/files/kguitar-0.5+gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: kguitar-0.5+gcc-4.3.patch
15 ===================================================================
16 --- kguitar/convertgp3.h.orig 2008-06-08 14:51:30.000000000 +0200
17 +++ kguitar/convertgp3.h 2008-06-08 14:52:01.000000000 +0200
18 @@ -1,6 +1,7 @@
19 #ifndef CONVERTGP3_H
20 #define CONVERTGP3_H
21
22 +#include <cstdlib>
23 #include "global.h"
24 #include "convertbase.h"
25
26 --- kguitar/convertgtp.h.orig 2008-06-08 14:59:45.000000000 +0200
27 +++ kguitar/convertgtp.h 2008-06-08 15:00:01.000000000 +0200
28 @@ -1,6 +1,7 @@
29 #ifndef CONVERTGTP_H
30 #define CONVERTGTP_H
31
32 +#include <cstdlib>
33 #include "global.h"
34 #include "convertbase.h"
35
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list