--- a/xrootconsole-0.6.ebuild 2009-04-05 03:08:24.000000000 -0500 +++ a/xrootconsole-0.6.ebuild 2009-06-09 10:37:11.000000000 -0500 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.3 2006/10/21 21:25:52 omp Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="A utility that displays its input in a text box on your root window" HOMEPAGE="http://de-fac.to/book/view/17" @@ -24,10 +24,11 @@ epatch "${FILESDIR}/${P}.noversion.patch" epatch "${FILESDIR}/${P}.makefile.patch" epatch "${FILESDIR}/${P}.manpage.patch" + epatch "${FILESDIR}/${P}.qa-makefile.patch" } src_compile() { - emake || die "emake failed" + emake CC="$(tc-getCC)" || die "emake failed" } src_install() {