Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ardour/files: ardour-2.7.1-gcc44.patch
Date: Wed, 01 Apr 2009 21:33:26
Message-Id: E1Lp83o-0005JF-H7@stork.gentoo.org
1 loki_val 09/04/01 21:33:24
2
3 Added: ardour-2.7.1-gcc44.patch
4 Log:
5 Add patch for gcc-4.4 compatibility. Bug 251034. In upstream SCM.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/ardour/files/ardour-2.7.1-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/files/ardour-2.7.1-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/files/ardour-2.7.1-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: ardour-2.7.1-gcc44.patch
15 ===================================================================
16 diff -Naur ardour-2.7.1.orig/libs/pbd/convert.cc ardour-2.7.1/libs/pbd/convert.cc
17 --- ardour-2.7.1.orig/libs/pbd/convert.cc 2008-12-09 15:34:12.544005281 -0500
18 +++ ardour-2.7.1/libs/pbd/convert.cc 2008-12-09 15:34:47.962006119 -0500
19 @@ -17,6 +17,7 @@
20
21 */
22
23 +#include <cstdio>
24 #include <cmath>
25 #include <locale>
26 #include <algorithm>
27 diff -Naur ardour-2.7.1.orig/libs/pbd/pbd/convert.h ardour-2.7.1/libs/pbd/pbd/convert.h
28 --- ardour-2.7.1.orig/libs/pbd/pbd/convert.h 2008-12-09 15:34:12.546005001 -0500
29 +++ ardour-2.7.1/libs/pbd/pbd/convert.h 2008-12-09 16:01:25.177005281 -0500
30 @@ -20,6 +20,7 @@
31 #ifndef __pbd_convert_h__
32 #define __pbd_convert_h__
33
34 +#include <stdint.h>
35 #include <string>
36 #include <vector>
37 #include <sstream>
38 diff -Naur ardour-2.7.1.orig/libs/pbd/shortpath.cc ardour-2.7.1/libs/pbd/shortpath.cc
39 --- ardour-2.7.1.orig/libs/pbd/shortpath.cc 2008-12-09 15:34:12.550005001 -0500
40 +++ ardour-2.7.1/libs/pbd/shortpath.cc 2008-12-09 15:44:23.709005001 -0500
41 @@ -17,6 +17,7 @@
42
43 */
44
45 +#include <stdint.h>
46 #include <pbd/shortpath.h>
47
48 using namespace Glib;
49 diff -Naur ardour-2.7.1.orig/libs/pbd/stacktrace.cc ardour-2.7.1/libs/pbd/stacktrace.cc
50 --- ardour-2.7.1.orig/libs/pbd/stacktrace.cc 2008-12-09 15:34:12.550005001 -0500
51 +++ ardour-2.7.1/libs/pbd/stacktrace.cc 2008-12-09 15:46:27.671005281 -0500
52 @@ -17,6 +17,7 @@
53
54 */
55
56 +#include <cstdio>
57 #include <pbd/stacktrace.h>
58 #include <iostream>