diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-30 15:25:35 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-30 15:25:35 +0000 |
commit | ec50eaae6ffc722fbcd5950e5f35da3caa1b17f6 (patch) | |
tree | 3a44f85cb769b82b50c8bb47b23c53f1d709ce49 /net-irc | |
parent | . (diff) | |
download | gentoo-2-ec50eaae6ffc722fbcd5950e5f35da3caa1b17f6.tar.gz gentoo-2-ec50eaae6ffc722fbcd5950e5f35da3caa1b17f6.tar.bz2 gentoo-2-ec50eaae6ffc722fbcd5950e5f35da3caa1b17f6.zip |
Added cross-compile support.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ultimate/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ultimate/ultimate-2.8.9.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog index 0f343b8f567e..456486167dad 100644 --- a/net-irc/ultimate/ChangeLog +++ b/net-irc/ultimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ultimate # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.14 2005/04/12 21:51:24 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.15 2005/06/30 15:25:35 swegener Exp $ + + 30 Jun 2005; Sven Wegener <swegener@gentoo.org> ultimate-2.8.9.ebuild: + Added cross-compile support. *ultimate-3.0.1 (12 Apr 2005) *ultimate-2.8.9 (12 Apr 2005) diff --git a/net-irc/ultimate/ultimate-2.8.9.ebuild b/net-irc/ultimate/ultimate-2.8.9.ebuild index ff9539ce3b19..2564cbc0a646 100644 --- a/net-irc/ultimate/ultimate-2.8.9.ebuild +++ b/net-irc/ultimate/ultimate-2.8.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.9.ebuild,v 1.1 2005/04/12 21:51:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.9.ebuild,v 1.2 2005/06/30 15:25:35 swegener Exp $ -inherit eutils +inherit eutils toolchain-funcs MY_P="${P/ultimate-/Ultimate}" DESCRIPTION="An IRCd server based on DALnet's DreamForge IRCd." @@ -69,7 +69,7 @@ src_unpack() { } src_compile() { - emake || die "Make failed" + emake CC="$(tc-getCC)" || die "Make failed" } src_install() { |