722ad1956b
The major changes in this release are adding Haskell Program Coverage (hpc) support to the compiler, adding a debugger to GHCi, the first phase of the base package split, and pointer tagging in the code generator (which should mean most code improves by 10-15%, and as a result the compiler is also faster). Most of this upgrade was done by Paulo Matias in pkgsrc-wip.
15 lines
398 B
Text
15 lines
398 B
Text
$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
|