diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-25 17:17:08 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-25 17:17:08 +0000 |
commit | d5bc992ba6783521fb5b0a5bbdf17042c3bdb84d (patch) | |
tree | 83395cafece7e09275a7adc4821d241754a4a6ee /ftp/axel | |
parent | a716bf84aadeb1f4776960b00cf0ffd97a7808da (diff) |
Fix build on -STABLE.
Closes
PR: 53220
Notes
Notes:
svn path=/head/; revision=83599
Diffstat (limited to 'ftp/axel')
-rw-r--r-- | ftp/axel/files/patch-aa | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ftp/axel/files/patch-aa b/ftp/axel/files/patch-aa index d639cfd077f6..c9a7058f0d71 100644 --- a/ftp/axel/files/patch-aa +++ b/ftp/axel/files/patch-aa @@ -1,11 +1,14 @@ ---- configure.orig Sun Oct 20 13:53:37 2002 -+++ configure Sun Oct 20 13:53:43 2002 + +$FreeBSD$ + +--- configure.orig Wed Jan 23 02:03:07 2002 ++++ configure Wed Jun 25 18:58:36 2003 @@ -19,7 +19,7 @@ arch=`uname -s` while [ -n "$1" ]; do - e="`expr "$1" : '--\(.*=.*\)'`" -+ e="`expr -- "$1" : '--\(.*=.*\)'`" ++ e=`expr "X$1" : 'X--\(.*=.*\)'` if [ -z "$e" ]; then cat<<EOF Axel configure |