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/amarok/files: amarok-1.4.10-gcc-4.3.patch
Date: Sun, 31 Aug 2008 20:07:49
Message-Id: E1KZtD9-0000Ci-9h@stork.gentoo.org
1 loki_val 08/08/31 20:07:47
2
3 Added: amarok-1.4.10-gcc-4.3.patch
4 Log:
5 Fix for gcc-4.3. Bug 234784. Thanks to Martin Väth <vaeth@××××××××××××××××××××××××.de>.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 media-sound/amarok/files/amarok-1.4.10-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-1.4.10-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-1.4.10-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: amarok-1.4.10-gcc-4.3.patch
15 ===================================================================
16 --- amarok-1.4.10/amarok/src/engine/helix/hxplayercontrol.cpp
17 +++ amarok-1.4.10/amarok/src/engine/helix/hxplayercontrol.cpp
18 @@ -21,6 +21,7 @@
19 #include <unistd.h>
20 #include <iostream>
21 #include <cstring>
22 +#include <cstdlib>
23 #include <sys/mman.h>
24
25 using namespace std;