--- m4-1.4.10.ebuild~ 2007-07-14 06:36:02.000000000 -0500 +++ m4-1.4.10.ebuild 2007-07-20 09:44:21.539453609 -0500 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.10.ebuild,v 1.2 2007/07/14 11:13:06 armin76 Exp $ +inherit flag-o-matic + DESCRIPTION="GNU macro processor" HOMEPAGE="http://www.gnu.org/software/m4/m4.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 @@ -17,6 +19,8 @@ RDEPEND="" src_compile() { + # Filter -ffast-math as it breaks math operation + filter-flags -ffast-math local myconf="" [[ ${USERLAND} != "GNU" ]] && myconf="--program-prefix=g" econf \