summaryrefslogtreecommitdiff
path: root/www/firefox35/files/patch-content-xslt-public-txDouble.h
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2009-11-11 00:43:15 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2009-11-11 00:43:15 +0000
commit6190222f2a06bb672665e390df6c1bfe1f2c7230 (patch)
tree9a03a4cff709bd6ecf931c137dcdf217bcc344fc /www/firefox35/files/patch-content-xslt-public-txDouble.h
parentFix build for ia64. Runs great too. (diff)
Fix build for ia64.
Ok'd by: beat
Notes
Notes: svn path=/head/; revision=244091
Diffstat (limited to '')
-rw-r--r--www/firefox35/files/patch-content-xslt-public-txDouble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox35/files/patch-content-xslt-public-txDouble.h b/www/firefox35/files/patch-content-xslt-public-txDouble.h
index 959fef17233a..cd4acfc534bf 100644
--- a/www/firefox35/files/patch-content-xslt-public-txDouble.h
+++ b/www/firefox35/files/patch-content-xslt-public-txDouble.h
@@ -5,7 +5,7 @@
#ifdef __FreeBSD__
#include <ieeefp.h>
-#ifdef __alpha__
-+#if defined (__alpha__) || defined (__powerpc__) || defined (__sparc__)
++#if !defined(__amd64__) && !defined(__i386__)
static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP;
#else
static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML;