diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-12 21:28:03 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-12 21:28:03 +0000 |
commit | 27f1afc42fe9f5e3e2a13f3917f2a682a9191370 (patch) | |
tree | 1e287ccbd86517edcc378fa35a6ec36725955de0 /app-editors/emacs/emacs-22.0.50_pre20050225.ebuild | |
parent | Version bump. (diff) | |
download | historical-27f1afc42fe9f5e3e2a13f3917f2a682a9191370.tar.gz historical-27f1afc42fe9f5e3e2a13f3917f2a682a9191370.tar.bz2 historical-27f1afc42fe9f5e3e2a13f3917f2a682a9191370.zip |
Use proper toolchain compiler.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors/emacs/emacs-22.0.50_pre20050225.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-22.0.50_pre20050225.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-22.0.50_pre20050225.ebuild b/app-editors/emacs/emacs-22.0.50_pre20050225.ebuild index 750d9b10cb29..d50f48b80d7a 100644 --- a/app-editors/emacs/emacs-22.0.50_pre20050225.ebuild +++ b/app-editors/emacs/emacs-22.0.50_pre20050225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.0.50_pre20050225.ebuild,v 1.2 2005/04/08 17:12:38 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.0.50_pre20050225.ebuild,v 1.3 2005/04/12 21:28:03 eradicator Exp $ inherit elisp-common alternatives flag-o-matic eutils @@ -115,7 +115,7 @@ src_compile() { --without-carbon \ ${myconf} || die "econf emacs failed" - emake -j1 || die "make emacs bootstrap failed" + emake -j1 CC="$(tc-getCC)" || die "make emacs bootstrap failed" } src_install () { |