--- /usr/portage/net-misc/netkit-telnetd/netkit-telnetd-0.17-r7.ebuild 2006-05-07 22:21:09.000000000 +0900 +++ netkit-telnetd-0.17-r7.ebuild 2006-12-25 10:42:58.000000000 +0900 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r7.ebuild,v 1.1 2006/05/07 13:21:09 solar Exp $ -inherit eutils +inherit eutils toolchain-funcs PATCHLEVEL=32 DESCRIPTION="Standard Linux telnet client and server" @@ -48,6 +48,8 @@ sed -i \ -e "s:-pipe -O2:${CFLAGS}:" \ -e "s:-Wpointer-arith::" \ + -e "s:^CC=.*:CC=$(tc-getCC):" \ + -e "s:^CXX=.*:CXX=$(tc-getCXX):" \ MCONFIG make || die