diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-08 01:09:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-08 01:09:23 +0000 |
commit | f3aa2c88ddef0825d33691b9435210ff4ca28f80 (patch) | |
tree | fe97a25293d46a9d3aa95c0a47cbb2070c3a75fd /app-shells | |
parent | cross-compile fixes (Manifest recommit) (diff) | |
download | gentoo-2-f3aa2c88ddef0825d33691b9435210ff4ca28f80.tar.gz gentoo-2-f3aa2c88ddef0825d33691b9435210ff4ca28f80.tar.bz2 gentoo-2-f3aa2c88ddef0825d33691b9435210ff4ca28f80.zip |
cross-compile fixes
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/sash/sash-3.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/sash/sash-3.7.ebuild b/app-shells/sash/sash-3.7.ebuild index 0c8b5a8e2b7d..504c21ca7b30 100644 --- a/app-shells/sash/sash-3.7.ebuild +++ b/app-shells/sash/sash-3.7.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/app-shells/sash/sash-3.7.ebuild,v 1.16 2004/11/12 15:43:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7.ebuild,v 1.17 2004/12/08 01:09:23 vapier Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="A small static UNIX Shell with readline support" HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" @@ -35,7 +35,7 @@ src_unpack() { } src_compile() { - make || die + make CC="$(tc-getCC)" || die } src_install() { |