9ca9a2327f
As perl 5.6 wont be seen in a pkgsrc context just replace the test for 5.6 with one for 5.10 rather than a more substantial change.
13 lines
419 B
Text
13 lines
419 B
Text
$NetBSD: patch-at,v 1.3 2008/11/03 10:08:15 markd Exp $
|
|
|
|
--- ../ghc-6.4.2/configure.orig 2006-04-19 07:36:55.000000000 +1200
|
|
+++ ../ghc-6.4.2/configure
|
|
@@ -2377,7 +2377,7 @@ fi
|
|
exit 1
|
|
else
|
|
$PerlCmd -v >conftest.out 2>&1
|
|
- if grep "v5.6" conftest.out >/dev/null 2>&1; then
|
|
+ if grep "v5.10" conftest.out >/dev/null 2>&1; then
|
|
:
|
|
else
|
|
if grep "v5.8" conftest.out >/dev/null 2>&1; then
|