Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/qtractor/files: qtractor-0.4.2-gcc44.patch
Date: Sun, 28 Jun 2009 13:27:02
Message-Id: E1MKuPN-00050q-4h@stork.gentoo.org
1 aballier 09/06/28 13:27:01
2
3 Added: qtractor-0.4.2-gcc44.patch
4 Log:
5 Fix build with gcc 4.4, bug #274168
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/qtractor/files/qtractor-0.4.2-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtractor/files/qtractor-0.4.2-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtractor/files/qtractor-0.4.2-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: qtractor-0.4.2-gcc44.patch
15 ===================================================================
16 https://bugs.gentoo.org/show_bug.cgi?id=274168
17 Upstream status: mailed 28/06/2009
18
19 Index: src/qtractorAudioVorbisFile.cpp
20 ===================================================================
21 RCS file: /cvsroot/qtractor/qtractor/src/qtractorAudioVorbisFile.cpp,v
22 retrieving revision 1.13
23 diff -u -B -r1.13 qtractorAudioVorbisFile.cpp
24 --- src/qtractorAudioVorbisFile.cpp 27 May 2009 10:54:33 -0000 1.13
25 +++ src/qtractorAudioVorbisFile.cpp 28 Jun 2009 13:01:47 -0000
26 @@ -27,6 +27,7 @@
27 #endif
28
29 #include <stdlib.h>
30 +#include <cstdio>
31
32
33 //----------------------------------------------------------------------
34 Index: src/qtractorInstrument.cpp
35 ===================================================================
36 RCS file: /cvsroot/qtractor/qtractor/src/qtractorInstrument.cpp,v
37 retrieving revision 1.10
38 diff -u -B -r1.10 qtractorInstrument.cpp
39 --- src/qtractorInstrument.cpp 14 Jun 2009 13:09:21 -0000 1.10
40 +++ src/qtractorInstrument.cpp 28 Jun 2009 13:01:47 -0000
41 @@ -26,6 +26,7 @@
42 #include <QTextStream>
43 #include <QRegExp>
44 #include <QDate>
45 +#include <cstdlib>
46
47
48 //----------------------------------------------------------------------