diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-17 11:10:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-17 11:10:27 +0000 |
commit | 5bb48f975f34395f4240edc10fe080d5121843c6 (patch) | |
tree | 67adbf6ff0e0183b6e384a7c5eeb6510183ab227 /x11-misc/xaos/xaos-3.5-r1.ebuild | |
parent | [This is a placeholder. Please ignore.] (diff) | |
download | gentoo-2-5bb48f975f34395f4240edc10fe080d5121843c6.tar.gz gentoo-2-5bb48f975f34395f4240edc10fe080d5121843c6.tar.bz2 gentoo-2-5bb48f975f34395f4240edc10fe080d5121843c6.zip |
Fix building with libpng15 wrt #383211 by Diego Elio Pettenò
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xaos/xaos-3.5-r1.ebuild')
-rw-r--r-- | x11-misc/xaos/xaos-3.5-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 } |