summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/ircii/ircii-20110228.ebuild')
-rw-r--r--net-irc/ircii/ircii-20110228.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-irc/ircii/ircii-20110228.ebuild b/net-irc/ircii/ircii-20110228.ebuild
index 1d3350339c8e..31e5f5cc9d17 100644
--- a/net-irc/ircii/ircii-20110228.ebuild
+++ b/net-irc/ircii/ircii-20110228.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v 1.2 2011/06/30 03:00:37 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v 1.3 2011/12/05 16:46:27 binki Exp $
EAPI=4
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
SRC_URI="ftp://ircii.warped.com/pub/ircII/${P}.tar.bz2"
@@ -26,6 +26,7 @@ src_prepare() {
}
src_configure() {
+ tc-export CC
use elibc_glibc || append-libs -liconv
econf $(use_enable ipv6)
}