summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-09-19 19:45:57 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-09-19 19:45:57 +0000
commita985b2115c1b5100acb5f9997f5d746ae4ad3f42 (patch)
tree0be0fcd8e393096607f2170cffd6ede12bbcb785 /games-strategy/warmux/warmux-11.04.1.ebuild
parentInitial import. Dependency of forthcoming faraday_middleware. (diff)
downloadhistorical-a985b2115c1b5100acb5f9997f5d746ae4ad3f42.tar.gz
historical-a985b2115c1b5100acb5f9997f5d746ae4ad3f42.tar.bz2
historical-a985b2115c1b5100acb5f9997f5d746ae4ad3f42.zip
add patch to work with newer zlib (bug #383595) submitted by Martin Jansa
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'games-strategy/warmux/warmux-11.04.1.ebuild')
-rw-r--r--games-strategy/warmux/warmux-11.04.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-strategy/warmux/warmux-11.04.1.ebuild b/games-strategy/warmux/warmux-11.04.1.ebuild
index 1921ce6d8608..53d62f21e520 100644
--- a/games-strategy/warmux/warmux-11.04.1.ebuild
+++ b/games-strategy/warmux/warmux-11.04.1.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-strategy/warmux/warmux-11.04.1.ebuild,v 1.2 2011/08/01 19:04:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warmux/warmux-11.04.1.ebuild,v 1.3 2011/09/19 19:45:57 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -33,7 +33,9 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"/${PN}-11.04
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch \
+ "${FILESDIR}"/${P}-gentoo.patch \
+ "${FILESDIR}"/${P}-zlib.patch
eautoreconf
}