summaryrefslogtreecommitdiffstats
path: root/devel/bin86/bin86-0.16.17-amd64_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bin86/bin86-0.16.17-amd64_build.patch')
-rw-r--r--devel/bin86/bin86-0.16.17-amd64_build.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/bin86/bin86-0.16.17-amd64_build.patch b/devel/bin86/bin86-0.16.17-amd64_build.patch
new file mode 100644
index 0000000000..b939726168
--- /dev/null
+++ b/devel/bin86/bin86-0.16.17-amd64_build.patch
@@ -0,0 +1,13 @@
+--- ld/x86_aout.h.orig 2003-01-28 17:17:14.000000000 -0500
++++ ld/x86_aout.h 2005-05-07 22:40:05.000000000 -0400
+@@ -13,7 +13,9 @@
+ typedef long Long;
+ #define __OUT_OK 1
+ #else
+-typedef char Long[4];
++#define __OUT_OK 1
++#include <sys/types.h>
++typedef int32_t Long;
+ #endif
+
+ struct exec { /* a.out header */