summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-08 01:09:23 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-08 01:09:23 +0000
commitf3aa2c88ddef0825d33691b9435210ff4ca28f80 (patch)
treefe97a25293d46a9d3aa95c0a47cbb2070c3a75fd /app-shells
parentcross-compile fixes (Manifest recommit) (diff)
downloadgentoo-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.ebuild6
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() {