Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/bin86/files: bin86-0.16.17-amd64-build.patch
Date: Sun, 29 Jul 2012 15:45:06
Message-Id: 20120729154456.64BFA2004C@flycatcher.gentoo.org
1 vapier 12/07/29 15:44:56
2
3 Modified: bin86-0.16.17-amd64-build.patch
4 Log:
5 Always apply amd64 build patch, and convert ebuild to EAPI=4 #428228 by Richard Yao.
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch?r1=1.2&r2=1.3
15
16 Index: bin86-0.16.17-amd64-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- bin86-0.16.17-amd64-build.patch 7 Dec 2010 05:04:11 -0000 1.2
23 +++ bin86-0.16.17-amd64-build.patch 29 Jul 2012 15:44:56 -0000 1.3
24 @@ -1,5 +1,7 @@
25 This should make it built on other archictectures as well
26
27 +https://bugs.gentoo.org/428228
28 +
29 --- ld/x86_aout.h
30 +++ ld/x86_aout.h
31 @@ -13,7 +13,9 @@
32 @@ -8,7 +10,7 @@
33 #else
34 -typedef char Long[4];
35 +#define __OUT_OK 1
36 -+#include <sys/types.h>
37 ++#include <inttypes.h>
38 +typedef int32_t Long;
39 #endif