diff options
Diffstat (limited to 'sci-astronomy/celestia/celestia-1.6.1.ebuild')
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-astronomy/celestia/celestia-1.6.1.ebuild b/sci-astronomy/celestia/celestia-1.6.1.ebuild index cf4b179a859a..b04dbc9c7d8a 100644 --- a/sci-astronomy/celestia/celestia-1.6.1.ebuild +++ b/sci-astronomy/celestia/celestia-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.12 2012/05/04 06:46:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.13 2012/06/03 15:37:31 jlec Exp $ EAPI=2 @@ -60,6 +60,9 @@ src_prepare() { epatch "${FILESDIR}"/${P}-libpng15.patch \ "${FILESDIR}"/${P}-linking.patch + # gcc-47, #414015 + epatch "${FILESDIR}"/${P}-gcc47.patch + # remove flags to let the user decide for cf in -O2 -ffast-math \ -fexpensive-optimizations \ |