diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-08 18:24:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-08 18:24:08 +0000 |
commit | f10ae57742512d0ae9938704af6c0d799aa1db3d (patch) | |
tree | 4701b22a833046bc6ad160aa9c089d9de732b3da /sci-astronomy/celestia/celestia-1.6.0.ebuild | |
parent | avoid errors for non *-darwin* CHOSTS (diff) | |
download | historical-f10ae57742512d0ae9938704af6c0d799aa1db3d.tar.gz historical-f10ae57742512d0ae9938704af6c0d799aa1db3d.tar.bz2 historical-f10ae57742512d0ae9938704af6c0d799aa1db3d.zip |
Fix building with libpng14 wrt #307429 by Lars Wendler.
Package-Manager: portage-2.2_rc65/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy/celestia/celestia-1.6.0.ebuild')
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/celestia/celestia-1.6.0.ebuild b/sci-astronomy/celestia/celestia-1.6.0.ebuild index dd6e3faf3b6d..6d328679280e 100644 --- a/sci-astronomy/celestia/celestia-1.6.0.ebuild +++ b/sci-astronomy/celestia/celestia-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.10 2010/01/11 22:13:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.11 2010/03/08 18:24:08 ssuominen Exp $ EAPI=2 inherit eutils flag-o-matic gnome2 autotools @@ -59,6 +59,7 @@ src_prepare() { # needed for proper detection of kde-3.5 in the presence # of kde4 epatch "${FILESDIR}"/${P}-kde-3.5.patch + epatch "${FILESDIR}"/${P}-libpng14.patch # remove flags to let the user decide for cf in -O2 -ffast-math \ -fexpensive-optimizations \ |