diff options
author | 2005-05-09 02:04:05 +0000 | |
---|---|---|
committer | 2005-05-09 02:04:05 +0000 | |
commit | d14ff05c41a8397935ce9f88aefdf62688db43cb (patch) | |
tree | 0449212cf1149b46bce2b8ef63e28fe8e689159e /sys-devel/bin86/files | |
parent | arg gpg missing (diff) | |
download | gentoo-2-d14ff05c41a8397935ce9f88aefdf62688db43cb.tar.gz gentoo-2-d14ff05c41a8397935ce9f88aefdf62688db43cb.tar.bz2 gentoo-2-d14ff05c41a8397935ce9f88aefdf62688db43cb.zip |
Added patch to make it build on amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/bin86/files')
-rw-r--r-- | sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000000..b9397261686f --- /dev/null +++ b/sys-devel/bin86/files/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 */ |