summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-mozilla-content-xslt-public-txDouble.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-12-04 09:10:24 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-12-04 09:10:24 +0000
commit058f99bb6be204f053b06d0ad32951709df6109f (patch)
treed55abf725c2c1bef9c08f04fa131ff3b081ef61a /mail/thunderbird-esr/files/patch-mozilla-content-xslt-public-txDouble.h
parentUpdate to 0.96.5 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_EOL'.6-eol
Notes
Notes: svn path=/head/; revision=265669 svn path=/tags/RELEASE_6_EOL/; revision=265670; tag=6-eol
Diffstat (limited to 'mail/thunderbird-esr/files/patch-mozilla-content-xslt-public-txDouble.h')
-rw-r--r--mail/thunderbird-esr/files/patch-mozilla-content-xslt-public-txDouble.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/thunderbird-esr/files/patch-mozilla-content-xslt-public-txDouble.h b/mail/thunderbird-esr/files/patch-mozilla-content-xslt-public-txDouble.h
deleted file mode 100644
index c53f725c80ed..000000000000
--- a/mail/thunderbird-esr/files/patch-mozilla-content-xslt-public-txDouble.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- mozilla/content/xslt/public/txDouble.h.orig Fri Oct 13 00:00:29 2006
-+++ mozilla/content/xslt/public/txDouble.h Fri Oct 13 00:00:53 2006
-@@ -41,7 +41,7 @@
- #define __txdouble_h__
-
- //A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
--#ifdef __FreeBSD__
-+/* #ifdef __FreeBSD__
- #include <ieeefp.h>
- #ifdef __alpha__
- fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP;
-@@ -50,7 +50,7 @@
- #endif
- fp_except_t oldmask = fpsetmask(~allmask);
- #endif
--
-+*/
- /**
- * Macros to workaround math-bugs bugs in various platforms
- */