From 1e94abb0fc1bb7910a64ab0702804214e78cac6a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 20 Oct 2002 20:52:33 +0000 Subject: Fix build on -current (expr -> expr --) --- ftp/axel/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ftp/axel/files/patch-aa (limited to 'ftp/axel/files/patch-aa') 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<