diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 20:52:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 20:52:33 +0000 |
commit | 1e94abb0fc1bb7910a64ab0702804214e78cac6a (patch) | |
tree | ced0d8981d583748b23466bcf98289d34425711f /ftp | |
parent | 078576068c4dfbf342dff5ed2a6167dca63d2050 (diff) | |
download | freebsd-ports-1e94abb0fc1bb7910a64ab0702804214e78cac6a.zip |
Fix build on -current (expr -> expr --)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/axel/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/axel/files/patch-aa b/ftp/axel/files/patch-aa new file mode 100644 index 000000000000..d639cfd077f6 --- /dev/null +++ b/ftp/axel/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Sun Oct 20 13:53:37 2002 ++++ configure Sun Oct 20 13:53:43 2002 +@@ -19,7 +19,7 @@ + arch=`uname -s` + + while [ -n "$1" ]; do +- e="`expr "$1" : '--\(.*=.*\)'`" ++ e="`expr -- "$1" : '--\(.*=.*\)'`" + if [ -z "$e" ]; then + cat<<EOF + Axel configure |