summaryrefslogtreecommitdiff
path: root/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch')
-rw-r--r--sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch b/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch
deleted file mode 100644
index b494a8b724de..000000000000
--- a/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-This should make it built on other archictectures as well
-
-https://bugs.gentoo.org/428228
-
---- ld/x86_aout.h
-+++ ld/x86_aout.h
-@@ -13,7 +13,9 @@
- typedef long Long;
- #define __OUT_OK 1
- #else
--typedef char Long[4];
-+#define __OUT_OK 1
-+#include <inttypes.h>
-+typedef int32_t Long;
- #endif
-
- struct exec { /* a.out header */