diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-27 12:07:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-27 12:07:19 +0000 |
commit | 8d419d12b8db22f8559d9bf65b4deb3955c916b2 (patch) | |
tree | ba2699de3eaf79b750aaf56bc2e4cc1ac3c9fae0 /textproc/intltool/files | |
parent | fc0edd5d19464e2d32de169719c1cb92e9086021 (diff) |
Notes
Diffstat (limited to 'textproc/intltool/files')
-rw-r--r-- | textproc/intltool/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/intltool/files/patch-configure b/textproc/intltool/files/patch-configure index 8fb669a7c63b..425aa63a500b 100644 --- a/textproc/intltool/files/patch-configure +++ b/textproc/intltool/files/patch-configure @@ -1,14 +1,14 @@ $FreeBSD$ ---- configure 2002/03/06 09:49:05 1.1 -+++ configure 2002/03/06 09:49:52 -@@ -1238,7 +1238,7 @@ +--- configure.orig Tue Mar 12 01:23:47 2002 ++++ configure Wed Mar 27 14:05:50 2002 +@@ -1216,7 +1216,7 @@ echo "$as_me: error: perl not found" >&2;} { (exit 1); exit 1; }; } fi -if test -z "`$PERL -v | fgrep 'v5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then +if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then - { { echo "$as_me:1242: error: perl 5.x required for intltool" >&5 + { { echo "$as_me:1220: error: perl 5.x required for intltool" >&5 echo "$as_me: error: perl 5.x required for intltool" >&2;} { (exit 1); exit 1; }; } |