summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ghc/patches/patch-ae')
-rw-r--r--lang/ghc/patches/patch-ae15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/ghc/patches/patch-ae b/lang/ghc/patches/patch-ae
deleted file mode 100644
index 457cdfdb989..00000000000
--- a/lang/ghc/patches/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2005/05/21 20:22:21 kristerw Exp $
-
---- ../ghc-6.2.1/libraries/readline/package.conf.in.orig Fri May 28 17:22:30 2004
-+++ ../ghc-6.2.1/libraries/readline/package.conf.in Fri May 28 17:24:06 2004
-@@ -29,5 +29,9 @@
- package_deps = [ "base" ],
- extra_ghc_opts = [],
- extra_cc_opts = [],
-- extra_ld_opts = []
-+ extra_ld_opts =
-+ [
-+ "-Wl", "-R@PREFIX@/lib"
-+ , "-L", "@PREFIX@/lib"
-+ ]
- }