From 93a93e9a3b53c1a73142a305ea1f8136846942ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Dec 2021 14:08:05 +0000 Subject: gentoo resync : 22.12.2021 --- sys-devel/bin86/files/bin86-0.16.21-amd64-build.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sys-devel/bin86/files/bin86-0.16.21-amd64-build.patch (limited to 'sys-devel/bin86/files') diff --git a/sys-devel/bin86/files/bin86-0.16.21-amd64-build.patch b/sys-devel/bin86/files/bin86-0.16.21-amd64-build.patch new file mode 100644 index 000000000000..9e5a85299fe6 --- /dev/null +++ b/sys-devel/bin86/files/bin86-0.16.21-amd64-build.patch @@ -0,0 +1,19 @@ +This should make it built on other archictectures as well + +https://bugs.gentoo.org/428228 + +diff --git a/ld/x86_aout.h b/ld/x86_aout.h +index 542a70d..a38488d 100644 +--- a/ld/x86_aout.h ++++ b/ld/x86_aout.h +@@ -19,7 +19,9 @@ typedef long Long; + typedef int32_t Long; + #define __OUT_OK 1 + #else +-typedef char Long[4]; ++#define __OUT_OK 1 ++#include ++typedef int32_t Long; + #endif + #endif + -- cgit v1.2.3