diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-30 01:56:10 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-30 01:56:10 +0800 |
commit | 81da1a820e89c61d3bed7752bc6543044483af77 (patch) | |
tree | 26d9ab8261cfd49c9634bf6c5a70321f78002bb8 /textproc/intltool/files/patch-configure | |
parent | 88ddf382876e29e85f9f6c8e1a778c05c1255cc4 (diff) | |
download | marcuscom-ports-81da1a820e89c61d3bed7752bc6543044483af77.tar.gz marcuscom-ports-81da1a820e89c61d3bed7752bc6543044483af77.tar.zst marcuscom-ports-81da1a820e89c61d3bed7752bc6543044483af77.zip |
Add intltool at 0.31.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2903 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/intltool/files/patch-configure')
-rw-r--r-- | textproc/intltool/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/intltool/files/patch-configure b/textproc/intltool/files/patch-configure new file mode 100644 index 000000000..1bc512837 --- /dev/null +++ b/textproc/intltool/files/patch-configure @@ -0,0 +1,14 @@ + +$FreeBSD: ports/textproc/intltool/files/patch-configure,v 1.3 2002/05/24 07:56:26 sobomax Exp $ + +--- configure.orig Mon May 20 01:34:39 2002 ++++ configure Fri May 24 10:52:12 2002 +@@ -1452,7 +1452,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:$LINENO: error: perl 5.x required for intltool" >&5 + echo "$as_me: error: perl 5.x required for intltool" >&2;} + { (exit 1); exit 1; }; } |