Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audex/files: audex-0.74_beta1-gcc47.patch
Date: Wed, 02 May 2012 17:59:44
Message-Id: 20120502175913.69C8B20047@flycatcher.gentoo.org
1 johu 12/05/02 17:59:13
2
3 Added: audex-0.74_beta1-gcc47.patch
4 Log:
5 Add upstream patch to fix build with gcc47 spotted by Michael (kensington) <gentoo@×××××××××××××××.com> wrt bug #414147.
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 media-sound/audex/files/audex-0.74_beta1-gcc47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audex/files/audex-0.74_beta1-gcc47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audex/files/audex-0.74_beta1-gcc47.patch?rev=1.1&content-type=text/plain
14
15 Index: audex-0.74_beta1-gcc47.patch
16 ===================================================================
17 --- trunk/playground/multimedia/audex/utils/hashlist.cpp 2012/03/23 23:49:44 1286829
18 +++ trunk/playground/multimedia/audex/utils/hashlist.cpp 2012/03/23 23:51:20 1286830
19 @@ -18,6 +18,8 @@
20
21 #include "hashlist.h"
22
23 +#include <unistd.h>
24 +
25 Hashlist::Hashlist() {
26
27 }