diff options
Diffstat (limited to 'games-action/openclonk/openclonk-5.2.2.ebuild')
-rw-r--r-- | games-action/openclonk/openclonk-5.2.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-action/openclonk/openclonk-5.2.2.ebuild b/games-action/openclonk/openclonk-5.2.2.ebuild index a714f86612c6..cbc67fe9abf1 100644 --- a/games-action/openclonk/openclonk-5.2.2.ebuild +++ b/games-action/openclonk/openclonk-5.2.2.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/games-action/openclonk/openclonk-5.2.2.ebuild,v 1.6 2012/07/10 13:42:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v 1.7 2012/07/29 12:00:46 hasufell Exp $ EAPI=4 @@ -72,6 +72,9 @@ src_prepare() { -e "/AM_SILENT_RULES/d" \ -i configure.ac || die + # wrt #428496 + epatch "${FILESDIR}"/${P}-zlib-1.2.6.patch + eautoreconf } |