summaryrefslogtreecommitdiff
path: root/lang/ghc/patches
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-06-27 06:51:22 +0000
committerdholland <dholland@pkgsrc.org>2014-06-27 06:51:22 +0000
commit17ab85679449fb9b8c0f3043d00a817918bc3367 (patch)
tree6de80395aafc4b488aac233346a4d1be30daa0ba /lang/ghc/patches
parentba49a08642f7cbf5f1fbe92df920957ff116af9e (diff)
downloadpkgsrc-17ab85679449fb9b8c0f3043d00a817918bc3367.tar.gz
Recognize more Perl versions.
Diffstat (limited to 'lang/ghc/patches')
-rw-r--r--lang/ghc/patches/patch-at4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc/patches/patch-at b/lang/ghc/patches/patch-at
index 757fd4d67f7..2822ba1c0d1 100644
--- a/lang/ghc/patches/patch-at
+++ b/lang/ghc/patches/patch-at
@@ -1,4 +1,4 @@
-$NetBSD: patch-at,v 1.7 2013/06/12 14:54:15 schmonz Exp $
+$NetBSD: patch-at,v 1.8 2014/06/27 06:51:22 dholland Exp $
--- ../ghc-6.4.2/configure.orig 2006-04-19 07:36:55.000000000 +1200
+++ ../ghc-6.4.2/configure
@@ -7,7 +7,7 @@ $NetBSD: patch-at,v 1.7 2013/06/12 14:54:15 schmonz Exp $
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
++ if grep "v5.[12][02468]" conftest.out >/dev/null 2>&1; then
:
else
if grep "v5.8" conftest.out >/dev/null 2>&1; then