1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build on -STABLE.

Closes

PR:		53220
This commit is contained in:
Christian Weisgerber 2003-06-25 17:17:08 +00:00
parent a716bf84aa
commit d5bc992ba6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83599

View File

@ -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