summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ab
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>2003-04-29 11:27:39 +0000
committeraugustss <augustss@pkgsrc.org>2003-04-29 11:27:39 +0000
commit5012e7fbb45cee82ad2df4df8774cabe5bcf0f6b (patch)
tree349af3e9ce06d4580d91087878b824c5ad757c67 /lang/ghc/patches/patch-ab
parent1eafba1c126c98572c78c2c81a366969b0443f2e (diff)
downloadpkgsrc-5012e7fbb45cee82ad2df4df8774cabe5bcf0f6b.tar.gz
Update to a new GHC. There are too numerous changes to mention; see the
GHC documentation for details. The most import change is that this package (which has been broken since the conversion from a.out to ELF) has been re-ported to NetBSD by Urban Boquist, boquist@crt.se.
Diffstat (limited to 'lang/ghc/patches/patch-ab')
-rw-r--r--lang/ghc/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/ghc/patches/patch-ab b/lang/ghc/patches/patch-ab
deleted file mode 100644
index 17e4ae8a725..00000000000
--- a/lang/ghc/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.2 1999/12/27 18:20:12 tron Exp $
-
---- ghc/rts/MBlock.c Wed Sep 15 09:06:54 1999
-+++ ghc/rts/MBlock.c Tue Dec 14 10:27:15 1999
-@@ -47,6 +47,10 @@
- */
- #define ASK_FOR_MEM_AT 0x50000000
-
-+#elif netbsd_TARGET_OS || netbsd_elf_TARGET_OS
-+/* NetBSD i386 shared libs are at 0x40000000
-+ */
-+#define ASK_FOR_MEM_AT 0x50000000
- #elif linux_TARGET_OS
- /* Any ideas?
- */