diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 00:22:08 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 00:22:08 +0000 |
commit | 222baa33aacf95a23985df8288894514f52a65b4 (patch) | |
tree | 2b31c3c7c4ed95037aa1f25f9e4911bd34142e8e /devel/bin86/files/patch-ld_ld_c | |
parent | Mark FORBIDDEN, it seems the new libc is killing network problems. (diff) |
Add new port of bin86 0.15.3, a 16-bit assembler and loader for
Intel-style assembly.
Diffstat (limited to 'devel/bin86/files/patch-ld_ld_c')
-rw-r--r-- | devel/bin86/files/patch-ld_ld_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/bin86/files/patch-ld_ld_c b/devel/bin86/files/patch-ld_ld_c new file mode 100644 index 000000000000..0ca2fd413825 --- /dev/null +++ b/devel/bin86/files/patch-ld_ld_c @@ -0,0 +1,10 @@ +--- ld/ld.c.orig Wed Dec 30 12:20:50 1998 ++++ ld/ld.c Thu Oct 19 17:04:00 2000 +@@ -2,6 +2,7 @@ + + /* Copyright (C) 1994 Bruce Evans */ + ++#undef BUGCOMPAT + #include "syshead.h" + #include "const.h" + #include "byteord.h" |