summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-01-10 12:26:04 +0000
committerMike Auty <ikelos@gentoo.org>2009-01-10 12:26:04 +0000
commit08fc0343fbd4b5902b1e90c25b4f3ea0ff5f5073 (patch)
tree292200af72ddc9c9a11f9186cf788dc5105b997e /eclass/vmware-mod.eclass
parentRe-add ~arm/~sh (diff)
downloadgentoo-2-08fc0343fbd4b5902b1e90c25b4f3ea0ff5f5073.tar.gz
gentoo-2-08fc0343fbd4b5902b1e90c25b4f3ea0ff5f5073.tar.bz2
gentoo-2-08fc0343fbd4b5902b1e90c25b4f3ea0ff5f5073.zip
Add filter-flags for fpmath=sse to vmware-mod.eclass. Fixes bug 223449.
Diffstat (limited to 'eclass/vmware-mod.eclass')
-rw-r--r--eclass/vmware-mod.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass
index c8f52dcf94b1..8a5a315a58b5 100644
--- a/eclass/vmware-mod.eclass
+++ b/eclass/vmware-mod.eclass
@@ -1,11 +1,11 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.17 2008/01/26 13:11:23 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.18 2009/01/10 12:26:04 ikelos Exp $
# Ensure vmware comes before linux-mod since we want linux-mod's pkg_preinst and
# pkg_postinst, along with our own pkg_setup, src_unpack and src_compile
-inherit eutils vmware linux-mod
+inherit flag-o-matic eutils vmware linux-mod
DESCRIPTION="Modules for Vmware Programs"
HOMEPAGE="http://www.vmware.com/"
@@ -54,6 +54,8 @@ vmware-mod_pkg_setup() {
esac
fi
+ filter-flags -mfpmath=sse
+
for mod in ${VMWARE_MODULE_LIST}; do
MODULE_NAMES="${MODULE_NAMES}
${mod}(misc:${S}/${mod}-only)"