diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-04 21:48:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-04 21:48:42 +0000 |
commit | 38264e3ebf1409c86dd754d3ab8161639421db96 (patch) | |
tree | c19f6e8f557450668f89bd3aea8089147facd697 /irc | |
parent | e8f215462fa6a087cc74ff42e08dea60162366ab (diff) | |
download | ports-38264e3ebf1409c86dd754d3ab8161639421db96.tar.gz ports-38264e3ebf1409c86dd754d3ab8161639421db96.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/files/patch-configure | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/irc/bitchx/files/patch-configure b/irc/bitchx/files/patch-configure index 200ca0d8617a..adfd9761cb20 100644 --- a/irc/bitchx/files/patch-configure +++ b/irc/bitchx/files/patch-configure @@ -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 |