diff options
author | kristerw <kristerw@pkgsrc.org> | 2007-03-24 17:57:19 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2007-03-24 17:57:19 +0000 |
commit | 1b6cea3ca76fd1f5d8b1d4271a3978298d0b935b (patch) | |
tree | 72e0c26d1b62417beddeb887bb1b7ecdcb76aff6 /lang/ghc/patches/patch-ac | |
parent | d0277c42895fedd6a6eda5965626c2c1612e8365 (diff) | |
download | pkgsrc-1b6cea3ca76fd1f5d8b1d4271a3978298d0b935b.tar.gz |
Update ghc to version 6.6.
This version represent >19 month of development since the version 6.4,
and the list of changes is far too big to include here. See
http://www.haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html
for the list of user visible changes.
Diffstat (limited to 'lang/ghc/patches/patch-ac')
-rw-r--r-- | lang/ghc/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ghc/patches/patch-ac b/lang/ghc/patches/patch-ac new file mode 100644 index 00000000000..65549f390e8 --- /dev/null +++ b/lang/ghc/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.6 2007/03/24 17:57:20 kristerw Exp $ + +--- rts/package.conf.in.orig 2007-02-25 00:05:44.000000000 +0100 ++++ rts/package.conf.in 2007-02-25 00:06:23.000000000 +0100 +@@ -68,7 +68,7 @@ + hugs-options: + cc-options: + +-ld-options: ++ld-options: "-Wl","-R@PREFIX@/lib","-L","@PREFIX@/lib", + #ifdef LEADING_UNDERSCORE + "-u", "_base_GHCziBase_Izh_static_info" + , "-u", "_base_GHCziBase_Czh_static_info" |