From c6cb9ce2932b07690987c753eabf6af2e7127dab Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Wed, 23 Apr 2008 05:52:45 +0000 Subject: Mask FP_X_DNML not only on i386, but also on amd64. Bump the PORTREVISION. Obtained from: delphij's committed on thunderbird. --- mail/lightning/files/patch-Double.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/lightning/files/patch-Double.cpp') diff --git a/mail/lightning/files/patch-Double.cpp b/mail/lightning/files/patch-Double.cpp index 5cd13e4ff4fe..05052cf7cc9b 100644 --- a/mail/lightning/files/patch-Double.cpp +++ b/mail/lightning/files/patch-Double.cpp @@ -7,7 +7,7 @@ -#ifdef __alpha__ -fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; -#else -+#if defined(__i386__) ++#if defined(__i386__) || defined(__amd64__) fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; +#else +fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; -- cgit v1.2.3