diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-10-31 00:55:56 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-10-31 00:55:56 +0000 |
commit | 04827e8d5742c1a062042159cd16c3abeb56da43 (patch) | |
tree | 84fd86dba0e2714dcc732aae2aa65a52dcd83075 /games-util/xqf/xqf-1.0.5.ebuild | |
parent | Version bump and remove old. (diff) | |
download | historical-04827e8d5742c1a062042159cd16c3abeb56da43.tar.gz historical-04827e8d5742c1a062042159cd16c3abeb56da43.tar.bz2 historical-04827e8d5742c1a062042159cd16c3abeb56da43.zip |
Fixed compilation with latest zlib
Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64
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 \ |