diff options
author | dholland <dholland@pkgsrc.org> | 2014-06-27 06:51:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-06-27 06:51:22 +0000 |
commit | 17ab85679449fb9b8c0f3043d00a817918bc3367 (patch) | |
tree | 6de80395aafc4b488aac233346a4d1be30daa0ba /lang/ghc/patches | |
parent | ba49a08642f7cbf5f1fbe92df920957ff116af9e (diff) | |
download | pkgsrc-17ab85679449fb9b8c0f3043d00a817918bc3367.tar.gz |
Recognize more Perl versions.
Diffstat (limited to 'lang/ghc/patches')
-rw-r--r-- | lang/ghc/patches/patch-at | 4 |
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 |