- Fix build on 9.0

PR:		140274
Submitted by:	myself
Approved by:	chris@officialunix.com (maintainer)
This commit is contained in:
Dmitry Marakasov 2009-11-04 21:48:42 +00:00
parent e8f215462f
commit 38264e3ebf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243806

View File

@ -1,6 +1,5 @@
--- configure~ 2009-01-05 18:02:04.883269233 -0600
+++ configure 2009-01-05 18:02:04.886269145 -0600
--- configure.orig 2003-04-11 05:09:04.000000000 +0400
+++ configure 2009-11-04 07:09:50.000000000 +0300
@@ -11830,100 +11830,27 @@
echo $ECHO_N "checking whether to enable IPv6 support... $ECHO_C" >&6
# Check whether --enable-ipv6 or --disable-ipv6 was given.
@ -113,5 +112,21 @@
echo "$as_me:$LINENO: checking whether to enable SOCKS support" >&5
echo $ECHO_N "checking whether to enable SOCKS support... $ECHO_C" >&6
@@ -12609,7 +12536,7 @@
system="unknown"
else
if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then
- system="MP-RAS-`$AWK '{print }' /etc/.relid'`"
+ system="MP-RAS-`$AWK '{print $3}' /etc/.relid`"
fi
fi
fi
@@ -13877,7 +13804,7 @@
system="unknown"
else
if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then
- system="MP-RAS-`$AWK '{print }' /etc/.relid'`"
+ system="MP-RAS-`$AWK '{print $3}' /etc/.relid`"
fi
fi
fi