Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/fakeroot-ng/files: fakeroot-ng-gcc-4.8.2.patch
Date: Fri, 30 May 2014 13:44:32
Message-Id: 20140530134429.274DC2004F@flycatcher.gentoo.org
1 swift 14/05/30 13:44:29
2
3 Added: fakeroot-ng-gcc-4.8.2.patch
4 Log:
5 Fix x86 build failure with gcc 4.8.2, thanks to Martin Väth for the patch and Anthoine Bourgeios as maintainer for the ebuild (bug #492896)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.1 sys-apps/fakeroot-ng/files/fakeroot-ng-gcc-4.8.2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakeroot-ng/files/fakeroot-ng-gcc-4.8.2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakeroot-ng/files/fakeroot-ng-gcc-4.8.2.patch?rev=1.1&content-type=text/plain
14
15 Index: fakeroot-ng-gcc-4.8.2.patch
16 ===================================================================
17 --- 1/arch/linux/i386/platform_specific.h
18 +++ 1/arch/linux/i386/platform_specific.h
19 @@ -2,6 +2,7 @@
20 #define PLATFORM_SPECIFIC_H
21
22 #include <asm/ptrace.h>
23 +#include <sys/types.h>
24 #include <sys/syscall.h>
25 #include <sys/resource.h>