mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
$NetBSD: patch-at,v 1.7 2013/06/12 14:54:15 schmonz 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.1[02468]" conftest.out >/dev/null 2>&1; then
|
|
:
|
|
else
|
|
if grep "v5.8" conftest.out >/dev/null 2>&1; then
|