diff options
Diffstat (limited to 'app-i18n/kcc/kcc-1.0.ebuild')
-rw-r--r-- | app-i18n/kcc/kcc-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/kcc/kcc-1.0.ebuild b/app-i18n/kcc/kcc-1.0.ebuild index c962c80fd90a..401503d29749 100644 --- a/app-i18n/kcc/kcc-1.0.ebuild +++ b/app-i18n/kcc/kcc-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.11 2005/01/01 14:32:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.12 2005/05/16 04:06:12 usata Exp $ -inherit gcc eutils +inherit toolchain-funcs eutils DESCRIPTION="A Kanji code converter" HOMEPAGE="" # There doesn't seem to be a home page for this package! @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - emake || die + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die } src_install() { |