diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-14 12:26:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-14 12:26:11 +0000 |
commit | a86dba58808993966d35b5debaa6821fcd2ad073 (patch) | |
tree | b9beab025d056e23821071b47330702279827e8a /dev-games/vamos/vamos-0.6.2.ebuild | |
parent | Build with media-libs/libpng-1.5 Bug #380631 (diff) | |
download | gentoo-2-a86dba58808993966d35b5debaa6821fcd2ad073.tar.gz gentoo-2-a86dba58808993966d35b5debaa6821fcd2ad073.tar.bz2 gentoo-2-a86dba58808993966d35b5debaa6821fcd2ad073.zip |
Fix building with libpng15 wrt #378351 by Diego Elio Pettenò
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'dev-games/vamos/vamos-0.6.2.ebuild')
-rw-r--r-- | dev-games/vamos/vamos-0.6.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-games/vamos/vamos-0.6.2.ebuild b/dev-games/vamos/vamos-0.6.2.ebuild index fc820fec9827..ef5df3385e9f 100644 --- a/dev-games/vamos/vamos-0.6.2.ebuild +++ b/dev-games/vamos/vamos-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.6.2.ebuild,v 1.6 2010/09/17 11:09:08 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.6.2.ebuild,v 1.7 2011/09/14 12:26:11 ssuominen Exp $ EAPI=2 inherit eutils @@ -24,7 +24,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${P}-as-needed.patch + epatch \ + "${FILESDIR}"/${P}-as-needed.patch \ + "${FILESDIR}"/${P}-libpng15.patch } src_configure() { |