From 5bb48f975f34395f4240edc10fe080d5121843c6 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 17 Sep 2011 11:10:27 +0000 Subject: Fix building with libpng15 wrt #383211 by Diego Elio Pettenò MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Portage version: 2.2.0_alpha55/cvs/Linux x86_64) --- x11-misc/xaos/xaos-3.5-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-misc/xaos/xaos-3.5-r1.ebuild') diff --git a/x11-misc/xaos/xaos-3.5-r1.ebuild b/x11-misc/xaos/xaos-3.5-r1.ebuild index ad71ed551ef3..8d104562aa64 100644 --- a/x11-misc/xaos/xaos-3.5-r1.ebuild +++ b/x11-misc/xaos/xaos-3.5-r1.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/x11-misc/xaos/xaos-3.5-r1.ebuild,v 1.7 2011/06/28 20:04:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r1.ebuild,v 1.8 2011/09/17 11:10:27 ssuominen Exp $ EAPI=4 @@ -40,7 +40,8 @@ DEPEND="${RDEPEND} src_prepare() { epatch \ "${FILESDIR}"/${PN}-3.4-png.patch \ - "${FILESDIR}"/${PN}-3.4-include.patch + "${FILESDIR}"/${PN}-3.4-include.patch \ + "${FILESDIR}"/${PN}-3.5-libpng15.patch sed -i -e 's/-s//' Makefile.in eautoreconf } -- cgit v1.2.3-65-gdbad