--- fribidi-0.10.4.ebuild.orig 2006-04-30 13:03:04.000000000 +0200 +++ fribidi-0.10.4.ebuild 2006-04-30 13:02:43.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.4.ebuild,v 1.22 2005/10/09 11:52:22 grobian Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="A free implementation of the unicode bidirectional algorithm" HOMEPAGE="http://freedesktop.org/Software/FriBidi" @@ -21,6 +21,7 @@ } src_compile() { + tc-export CC econf || die emake || die "emake failed" make test || die "make test failed"