diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-26 01:17:08 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-26 01:17:08 +0800 |
commit | 52703fc8c446df5cb5045e7abc1b4ad311d50cb5 (patch) | |
tree | d5e2111e57f0559fb75afcedf3e719ca538b4407 /ftp/axel | |
parent | 7e3702ac260ce86e7fd84856bb176cf7a2fcf672 (diff) | |
download | freebsd-ports-gnome-52703fc8c446df5cb5045e7abc1b4ad311d50cb5.tar.gz freebsd-ports-gnome-52703fc8c446df5cb5045e7abc1b4ad311d50cb5.tar.zst freebsd-ports-gnome-52703fc8c446df5cb5045e7abc1b4ad311d50cb5.zip |
Fix build on -STABLE.
Closes
PR: 53220
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 |