diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-24 00:13:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-24 00:13:37 +0000 |
commit | 3ca17c9d134a26ffb0fcb360545b181af1243039 (patch) | |
tree | 1d80994ed530200fcd21f22b8f74cf7ec4d6db28 /sys-apps | |
parent | QA - move video card tests into pkg_setup, fix use invocation (Manifest recom... (diff) | |
download | gentoo-2-3ca17c9d134a26ffb0fcb360545b181af1243039.tar.gz gentoo-2-3ca17c9d134a26ffb0fcb360545b181af1243039.tar.bz2 gentoo-2-3ca17c9d134a26ffb0fcb360545b181af1243039.zip |
make sure we use $CC #54943
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.7.20040608.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/iproute2/iproute2-2.6.7.20040608.ebuild b/sys-apps/iproute2/iproute2-2.6.7.20040608.ebuild index 404abe86c8bd..eb478bbe8d9a 100644 --- a/sys-apps/iproute2/iproute2-2.6.7.20040608.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.7.20040608.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.7.20040608.ebuild,v 1.2 2004/06/22 19:57:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.7.20040608.ebuild,v 1.3 2004/06/24 00:13:37 vapier Exp $ -inherit eutils +inherit eutils gcc MY_PV="${PV:0:5}" SNAP="${PV:${#PV}-6}" @@ -63,7 +63,7 @@ src_unpack() { } src_compile() { - emake KERNEL_INCLUDE=/usr/include || die + emake CC="$(gcc-getCC)" KERNEL_INCLUDE=/usr/include || die } src_install() { |