diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-13 09:38:10 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-13 09:38:10 +0000 |
commit | fc9c8ce3b5584f12acce545f4e3348b7d3dcd9bd (patch) | |
tree | 9534f8978ab9b8bde2bef98fade53d428e220072 /devel/crossgo32-djgpp2/files/patch-aa | |
parent | Oops, forgot to commit the other half of hack to fix this for XFree86-3.3. (diff) |
Port of the DJGPP2 libraries.
PR: 4008
Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
Diffstat (limited to 'devel/crossgo32-djgpp2/files/patch-aa')
-rw-r--r-- | devel/crossgo32-djgpp2/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/crossgo32-djgpp2/files/patch-aa b/devel/crossgo32-djgpp2/files/patch-aa new file mode 100644 index 000000000000..a362040ac59e --- /dev/null +++ b/devel/crossgo32-djgpp2/files/patch-aa @@ -0,0 +1,13 @@ +*** lib/djgpp.djl Wed Oct 23 18:06:22 1996 +--- lib/djgpp.djl2 Sun Sep 8 22:40:06 1996 +*************** +*** 1,4 **** +! OUTPUT_FORMAT("coff-go32") + ENTRY(start) + SECTIONS + { +--- 1,4 ---- +! OUTPUT_FORMAT("coff-i386") + ENTRY(start) + SECTIONS + { |