swift 14/05/30 13:44:29 Added: fakeroot-ng-gcc-4.8.2.patch Log: 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) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.1 sys-apps/fakeroot-ng/files/fakeroot-ng-gcc-4.8.2.patch 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 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 Index: fakeroot-ng-gcc-4.8.2.patch =================================================================== --- 1/arch/linux/i386/platform_specific.h +++ 1/arch/linux/i386/platform_specific.h @@ -2,6 +2,7 @@ #define PLATFORM_SPECIFIC_H #include <asm/ptrace.h> +#include <sys/types.h> #include <sys/syscall.h> #include <sys/resource.h>
