summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-05-16 04:12:19 +0000
committerMamoru Komachi <usata@gentoo.org>2005-05-16 04:12:19 +0000
commita39c2a911b1aba40ca3e763e1e854a166df240e9 (patch)
tree92e88dd17890217a944ce34231573f3d1ffb07ce /media-libs/vflib
parentremoved old version (diff)
downloadgentoo-2-a39c2a911b1aba40ca3e763e1e854a166df240e9.tar.gz
gentoo-2-a39c2a911b1aba40ca3e763e1e854a166df240e9.tar.bz2
gentoo-2-a39c2a911b1aba40ca3e763e1e854a166df240e9.zip
use toolchain-funcs.eclass instead of gcc.eclass; bug #92745.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-libs/vflib')
-rw-r--r--media-libs/vflib/vflib-2.25.6-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
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 () {