diff options
Diffstat (limited to 'sci-chemistry/moldy/moldy-2.16e-r2.ebuild')
-rw-r--r-- | sci-chemistry/moldy/moldy-2.16e-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-chemistry/moldy/moldy-2.16e-r2.ebuild b/sci-chemistry/moldy/moldy-2.16e-r2.ebuild index 136184ff34f5..79c60d8a0d66 100644 --- a/sci-chemistry/moldy/moldy-2.16e-r2.ebuild +++ b/sci-chemistry/moldy/moldy-2.16e-r2.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/sci-chemistry/moldy/moldy-2.16e-r2.ebuild,v 1.4 2011/12/15 21:32:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e-r2.ebuild,v 1.5 2011/12/15 21:51:34 jlec Exp $ EAPI=4 @@ -22,6 +22,10 @@ S="${WORKDIR}" src_prepare() { epatch "${FILESDIR}"/${PV}-as-needed.patch + sed \ + -e 's:-O2::g' \ + -e 's:-ffast-math::g' \ + -i configure* || die } src_configure() { |