diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-07-07 18:36:15 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-07-07 18:36:15 +0000 |
commit | 6419e23b7f9e58ce5fc7c7e462b9fe58b70a056a (patch) | |
tree | b5a323962168c653b99e597246700586314d110d /app-shells/bash/bash-3.0-r12.ebuild | |
parent | Stable on x86. (diff) | |
download | gentoo-2-6419e23b7f9e58ce5fc7c7e462b9fe58b70a056a.tar.gz gentoo-2-6419e23b7f9e58ce5fc7c7e462b9fe58b70a056a.tar.bz2 gentoo-2-6419e23b7f9e58ce5fc7c7e462b9fe58b70a056a.zip |
Add parallel build fix patch back again.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells/bash/bash-3.0-r12.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.0-r12.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-shells/bash/bash-3.0-r12.ebuild b/app-shells/bash/bash-3.0-r12.ebuild index 03848ef90eaf..8aa0d513eb65 100644 --- a/app-shells/bash/bash-3.0-r12.ebuild +++ b/app-shells/bash/bash-3.0-r12.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/bash/bash-3.0-r12.ebuild,v 1.1 2005/07/05 22:52:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r12.ebuild,v 1.2 2005/07/07 18:36:15 azarah Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -87,6 +87,9 @@ src_unpack() { echo '#define PGRP_PIPE 1' >> config-bot.h sed -i 's:-lcurses:-lncurses:' configure || die "sed configure" + + # Fix parallel builds #87247 + epatch ${FILESDIR}/${P}-parallel.patch } src_compile() { |