Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/rubberband/files: rubberband-1.3-gcc44.patch
Date: Fri, 05 Jun 2009 22:04:55
Message-Id: E1MChWv-0004Oi-Ak@stork.gentoo.org
1 ssuominen 09/06/05 22:04:53
2
3 Added: rubberband-1.3-gcc44.patch
4 Log:
5 Fix compile with GCC 4.4
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/rubberband/files/rubberband-1.3-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/rubberband/files/rubberband-1.3-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/rubberband/files/rubberband-1.3-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: rubberband-1.3-gcc44.patch
15 ===================================================================
16 diff -ur rubberband-1.3.orig/src/vamp/RubberBandVampPlugin.cpp rubberband-1.3/src/vamp/RubberBandVampPlugin.cpp
17 --- rubberband-1.3.orig/src/vamp/RubberBandVampPlugin.cpp 2009-03-01 23:55:47.000000000 +0200
18 +++ rubberband-1.3/src/vamp/RubberBandVampPlugin.cpp 2009-06-06 01:05:25.000000000 +0300
19 @@ -17,6 +17,7 @@
20 #include "StretchCalculator.h"
21 #include "sysutils.h"
22
23 +#include <cstdio>
24 #include <cmath>
25
26 using std::string;