diff options
-rw-r--r-- | app-shells/csh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/csh/csh-1.29-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog index 3fe5236e408d..c795a4fd864f 100644 --- a/app-shells/csh/ChangeLog +++ b/app-shells/csh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/csh # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.27 2005/05/01 16:52:00 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.28 2005/05/02 18:31:46 spb Exp $ + + 02 May 2005; Stephen Bennett <spb@gentoo.org> csh-1.29-r3.ebuild: + Fixed build when LIBC is set. #91179. 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> csh-1.29-r3.ebuild: Stable on ppc. 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 |