diff options
Diffstat (limited to 'app-shells/bash/bash-3.2_p39.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.2_p39.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/bash/bash-3.2_p39.ebuild b/app-shells/bash/bash-3.2_p39.ebuild index 312f4029f062..4e80812d4a00 100644 --- a/app-shells/bash/bash-3.2_p39.ebuild +++ b/app-shells/bash/bash-3.2_p39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.1 2008/05/03 04:42:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.2 2008/05/06 19:06:34 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -65,6 +65,7 @@ src_unpack() { cd ../.. if ! use vanilla ; then + epatch "${FILESDIR}"/autoconf-mktime-2.59.patch #220040 epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch epatch "${FILESDIR}"/${PN}-3.2-loadables.patch epatch "${FILESDIR}"/${PN}-3.2-parallel-build.patch #189671 |