diff options
author | Eray Aslan <eras@gentoo.org> | 2012-07-11 09:11:47 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-07-11 09:11:47 +0000 |
commit | 32a2635d91f028bfce5ee00f82e5877f00cd89bf (patch) | |
tree | 5b5f2cafb1c33b235e3e38146c22a80bab154a4f /app-crypt/shishi/shishi-1.0.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-32a2635d91f028bfce5ee00f82e5877f00cd89bf.tar.gz gentoo-2-32a2635d91f028bfce5ee00f82e5877f00cd89bf.tar.bz2 gentoo-2-32a2635d91f028bfce5ee00f82e5877f00cd89bf.zip |
Fix building with automake-1.12. Thanks to Brennan Shacklett
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/shishi/shishi-1.0.1.ebuild')
-rw-r--r-- | app-crypt/shishi/shishi-1.0.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/shishi/shishi-1.0.1.ebuild b/app-crypt/shishi/shishi-1.0.1.ebuild index f4d19289c1f8..2d771f7091b2 100644 --- a/app-crypt/shishi/shishi-1.0.1.ebuild +++ b/app-crypt/shishi/shishi-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shishi/shishi-1.0.1.ebuild,v 1.3 2012/04/24 09:40:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shishi/shishi-1.0.1.ebuild,v 1.4 2012/07/11 09:11:47 eras Exp $ EAPI=4 inherit multilib autotools eutils @@ -26,6 +26,8 @@ RDEPEND="${DEPEND}" src_prepare() { # fix finding libresolv.so epatch "${FILESDIR}/${PN}_resolv.patch" + # fix building with automake-1.12 bug #424095 + epatch "${FILESDIR}/${PN}_automake-1.12.patch" # don't create a new database sed -i -e '/install-data-hook/s/^/#/' Makefile.am || die |