diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-08-04 21:39:45 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-08-04 21:39:45 +0000 |
commit | b0f5937c1a1c5423b647aebd34ca9914c4151594 (patch) | |
tree | 8d9405a372ed4b47526a093830d81e1a37e59b12 /dev-util/as11/as11-1.0.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-b0f5937c1a1c5423b647aebd34ca9914c4151594.tar.gz historical-b0f5937c1a1c5423b647aebd34ca9914c4151594.tar.bz2 historical-b0f5937c1a1c5423b647aebd34ca9914c4151594.zip |
Respecting CC variable, bug #243968
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-util/as11/as11-1.0.ebuild')
-rw-r--r-- | dev-util/as11/as11-1.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/as11/as11-1.0.ebuild b/dev-util/as11/as11-1.0.ebuild index 7d4169db1ae0..22170773593f 100644 --- a/dev-util/as11/as11-1.0.ebuild +++ b/dev-util/as11/as11-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.6 2007/07/12 01:05:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.7 2009/08/04 21:39:45 vostorga Exp $ + +inherit toolchain-funcs DESCRIPTION="Motorola's AS11 Assembler for the 68HC11" HOMEPAGE="http://www.ai.mit.edu/people/rsargent/as11.html" @@ -17,7 +19,7 @@ DEPEND="virtual/libc" RDEPEND="" src_compile() { - emake || die "Compile failed" + emake CC="$(tc-getCC)" || die "Compile failed" } src_install() { |