diff options
Diffstat (limited to 'games-util/xqf/xqf-1.0.5.ebuild')
-rw-r--r-- | games-util/xqf/xqf-1.0.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-util/xqf/xqf-1.0.5.ebuild b/games-util/xqf/xqf-1.0.5.ebuild index 80f185b74dd0..5cb7923ed16e 100644 --- a/games-util/xqf/xqf-1.0.5.ebuild +++ b/games-util/xqf/xqf-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.9 2011/06/14 19:36:52 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.10 2011/10/31 00:55:56 polynomial-c Exp $ EAPI=2 inherit base eutils @@ -25,7 +25,8 @@ DEPEND="${RDEPEND} # bug #288853 PATCHES=( "${FILESDIR}"/${P}-cpu-overrun.patch - "${FILESDIR}"/${P}-underlink.patch ) + "${FILESDIR}"/${P}-underlink.patch + "${FILESDIR}"/${P}-zlib-1.2.5.1-compile-fix.patch ) src_configure() { econf \ |