From a39c2a911b1aba40ca3e763e1e854a166df240e9 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Mon, 16 May 2005 04:12:19 +0000 Subject: use toolchain-funcs.eclass instead of gcc.eclass; bug #92745. (Portage version: 2.0.51.21-r1) --- media-libs/vflib/vflib-2.25.6-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-libs') diff --git a/media-libs/vflib/vflib-2.25.6-r1.ebuild b/media-libs/vflib/vflib-2.25.6-r1.ebuild index 0b174808b378..7ee824937e1f 100644 --- a/media-libs/vflib/vflib-2.25.6-r1.ebuild +++ b/media-libs/vflib/vflib-2.25.6-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-2.25.6-r1.ebuild,v 1.6 2004/10/23 12:28:51 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-2.25.6-r1.ebuild,v 1.7 2005/05/16 04:12:19 usata Exp $ -inherit gcc eutils +inherit toolchain-funcs eutils IUSE="" @@ -35,7 +35,7 @@ src_compile () { --with-freetype-includedir=/usr/include/freetype \ --with-freetype-libdir=/usr/lib || die - emake || die + emake CC="$(tc-getCC)" || die } src_install () { -- cgit v1.2.3-65-gdbad