pkgsrc/lang/ghc/patches/patch-ao
augustss 5012e7fbb4 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.
2003-04-29 11:27:39 +00:00

14 lines
368 B
Text

$NetBSD: patch-ao,v 1.1 2003/04/29 11:27:48 augustss Exp $
--- ./hslibs/util/util.conf.in.orig Sun Feb 17 16:22:11 2002
+++ ./hslibs/util/util.conf.in Fri Mar 28 23:48:02 2003
@@ -35,5 +35,8 @@
],
extra_ghc_opts = [],
extra_cc_opts = [],
- extra_ld_opts = []
+ extra_ld_opts = [
+ ExtraLdOptsReadline
+ "" /* handle final comma... */
+ ]
}