summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Bennett <spb@gentoo.org>2005-05-02 18:31:46 +0000
committerStephen Bennett <spb@gentoo.org>2005-05-02 18:31:46 +0000
commitca3c74ccecdc6dd984d2d15513e3af37b00ba1e3 (patch)
treee8c4f6bbb7db4383df219287b00269d0be0e22b9 /app-shells/csh/csh-1.29-r3.ebuild
parentVersion bump. Now SLOT'd (diff)
downloadgentoo-2-ca3c74ccecdc6dd984d2d15513e3af37b00ba1e3.tar.gz
gentoo-2-ca3c74ccecdc6dd984d2d15513e3af37b00ba1e3.tar.bz2
gentoo-2-ca3c74ccecdc6dd984d2d15513e3af37b00ba1e3.zip
Fixed build when LIBC is set. #91179.
(Portage version: 1.588-cvs)
Diffstat (limited to 'app-shells/csh/csh-1.29-r3.ebuild')
-rw-r--r--app-shells/csh/csh-1.29-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/csh/csh-1.29-r3.ebuild b/app-shells/csh/csh-1.29-r3.ebuild
index c7c50463564b..367d03fbd162 100644
--- a/app-shells/csh/csh-1.29-r3.ebuild
+++ b/app-shells/csh/csh-1.29-r3.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-shells/csh/csh-1.29-r3.ebuild,v 1.14 2005/05/01 16:52:00 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r3.ebuild,v 1.15 2005/05/02 18:31:46 spb Exp $
inherit flag-o-matic eutils ccc
@@ -91,7 +91,7 @@ src_compile() {
# pmake is a portage binary as well, so specify full path.
# if yours isnt in /usr/bin, you can set PMAKE_PATH.
einfo "Starting build..."
- ${PMAKE_PATH:-/usr/bin/}pmake || die "compile failed."
+ ${PMAKE_PATH:-/usr/bin/}pmake LIBC='' || die "compile failed."
echo
size csh