summaryrefslogtreecommitdiffstats
path: root/testing/dev86/dev86-long.patch
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2011-12-17 18:31:22 +0000
committerAndrew Manison <amanison@anselsystems.com>2011-12-17 18:31:22 +0000
commita9fef479eb56b8bc7f984e3998c6bdc55ed340ed (patch)
tree90b9ed0ddcde1c2a2fd6cfca212c376170b375f9 /testing/dev86/dev86-long.patch
parent2c4bbae51bb79c8492e2701a2085bf060abc5248 (diff)
parent703b9580ec2d7a0f919b63cd409a526933a8eaab (diff)
downloadaports-a9fef479eb56b8bc7f984e3998c6bdc55ed340ed.tar.bz2
aports-a9fef479eb56b8bc7f984e3998c6bdc55ed340ed.tar.xz
Merge remote-tracking branch 'alpine/master'
Diffstat (limited to 'testing/dev86/dev86-long.patch')
-rw-r--r--testing/dev86/dev86-long.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/dev86/dev86-long.patch b/testing/dev86/dev86-long.patch
new file mode 100644
index 000000000..34cde195b
--- /dev/null
+++ b/testing/dev86/dev86-long.patch
@@ -0,0 +1,17 @@
+diff -up dev86-0.16.17/ld/x86_aout.h.long dev86-0.16.17/ld/x86_aout.h
+--- dev86-0.16.17/ld/x86_aout.h.long 2003-01-28 23:17:14.000000000 +0100
++++ dev86-0.16.17/ld/x86_aout.h 2009-02-19 11:37:10.000000000 +0100
+@@ -11,10 +11,11 @@
+ /* If the host isn't an x86 all bets are off, use chars. */
+ #if defined(i386) || defined(__BCC__) || defined(MSDOS)
+ typedef long Long;
+-#define __OUT_OK 1
+ #else
+-typedef char Long[4];
++#include <stdint.h>
++typedef int32_t Long;
+ #endif
++#define __OUT_OK 1
+
+ struct exec { /* a.out header */
+ unsigned char a_magic[2]; /* magic number */