Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ardour/files: ardour-2.8.12-gcc47.patch
Date: Thu, 31 May 2012 15:14:01
Message-Id: 20120531151342.570D72004C@flycatcher.gentoo.org
1 radhermit 12/05/31 15:13:42
2
3 Added: ardour-2.8.12-gcc47.patch
4 Log:
5 Fix build with gcc-4.7 (bug #414145 by David Kredba).
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-sound/ardour/files/ardour-2.8.12-gcc47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/files/ardour-2.8.12-gcc47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/files/ardour-2.8.12-gcc47.patch?rev=1.1&content-type=text/plain
14
15 Index: ardour-2.8.12-gcc47.patch
16 ===================================================================
17 --- ardour-2.8.12/libs/pbd/path.cc
18 +++ ardour-2.8.12/libs/pbd/path.cc
19 @@ -17,6 +17,7 @@
20 */
21
22 #include <cerrno>
23 +#include <unistd.h>
24
25 #include <glib.h>
26 #include <glib/gstdio.h>