* [gentoo-commits] gentoo-x86 commit in net-irc/irc-client/files: irc-client-2.10.3_p7-amd64-chost.patch
@ 2011-12-02 1:14 Nathan Phillip Brink (binki)
0 siblings, 0 replies; only message in thread
From: Nathan Phillip Brink (binki) @ 2011-12-02 1:14 UTC (permalink / raw
To: gentoo-commits
binki 11/12/02 01:14:31
Added: irc-client-2.10.3_p7-amd64-chost.patch
Log:
Add blocker against net-irc/ircii for bug #247987. Add missing `|| die', misc shell style change (remove backticks). Fix compilation error caused by disagreement between ${CHOST} and ./config.guess with patch.
(Portage version: 2.2.0_alpha78-r1/cvs/Linux x86_64)
Revision Changes Path
1.1 net-irc/irc-client/files/irc-client-2.10.3_p7-amd64-chost.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irc-client/files/irc-client-2.10.3_p7-amd64-chost.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irc-client/files/irc-client-2.10.3_p7-amd64-chost.patch?rev=1.1&content-type=text/plain
Index: irc-client-2.10.3_p7-amd64-chost.patch
===================================================================
From: Nathan Phillip Brink <binki@gentoo.org>
Subject: Do not ignore the --host argument passed to the fake ./configure.
--- a/configure
+++ b/configure
@@ -10,6 +10,7 @@
-version | --version | --versio | --versi | --vers)
quick_fwd=yes
break ;;
+ --host=*)
+ rev=$(expr "${arg}" : '[^=]*=\(.*\)')
+ ;;
- *)
- break ;;
esac
@@ -18,8 +21,10 @@
then
support/configure $*
else
- echo "retrieving the system name, type and OS release..."
- rev=`support/config.guess`
+ if ! test "${rev}"; then
+ echo "retrieving the system name, type and OS release..."
+ rev=`support/config.guess`
+ fi
if test "${rev}" # test for no output
then
echo " your system seems to be ${rev}."
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-02 1:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 1:14 [gentoo-commits] gentoo-x86 commit in net-irc/irc-client/files: irc-client-2.10.3_p7-amd64-chost.patch Nathan Phillip Brink (binki)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox