aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-11-05 05:48:42 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-11-05 05:48:42 +0800
commit5f55827ba644458089ddac3ed44cf26cc550173d (patch)
treee798b19810d58535bc0625edef64ffd868ef8de0 /irc
parentd5eec44f172458e0db29b9bf29fdacf63deb16b0 (diff)
downloadfreebsd-ports-gnome-5f55827ba644458089ddac3ed44cf26cc550173d.tar.gz
freebsd-ports-gnome-5f55827ba644458089ddac3ed44cf26cc550173d.tar.zst
freebsd-ports-gnome-5f55827ba644458089ddac3ed44cf26cc550173d.zip
- Fix build on 9.0
PR: 140274 Submitted by: myself Approved by: chris@officialunix.com (maintainer)
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/files/patch-configure25
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