--- wmcube-0.98.ebuild.orig 2008-11-28 18:34:37.137703982 +0000 +++ wmcube-0.98.ebuild 2008-11-28 18:34:50.611995921 +0000 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.13 2007/07/22 05:14:57 dberkholz Exp $ +inherit toolchain-funcs + DESCRIPTION="a dockapp cpu monitor with spinning 3d objects" HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm" SRC_URI="http://kling.mine.nu/kling/files/${P}.tar.gz" @@ -21,9 +23,7 @@ S="${WORKDIR}/${P}/wmcube" src_compile() { - - emake || die "parallel make failed" - + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "parallel make failed" } src_install() {