summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ghc/patches/patch-aj')
-rw-r--r--lang/ghc/patches/patch-aj15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/ghc/patches/patch-aj b/lang/ghc/patches/patch-aj
new file mode 100644
index 00000000000..0978c1d78aa
--- /dev/null
+++ b/lang/ghc/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.3 2008/03/17 15:33:10 kristerw Exp $
+
+--- libraries/readline/configure.orig 2008-02-21 09:32:21.000000000 -0300
++++ libraries/readline/configure
+@@ -1300,6 +1300,10 @@ else
+ readline_libraries=NONE
+ fi;
+
++# Force readline paths.
++readline_includes="@PREFIX@/include"
++readline_libraries="@PREFIX@/lib"
++
+
+ if test "$enable_readline" = no; then
+ BUILD_PACKAGE_BOOL=False