summaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-bug788108
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxul/files/patch-bug788108')
-rw-r--r--www/libxul/files/patch-bug78810820
1 files changed, 0 insertions, 20 deletions
diff --git a/www/libxul/files/patch-bug788108 b/www/libxul/files/patch-bug788108
deleted file mode 100644
index 80ff18649882..000000000000
--- a/www/libxul/files/patch-bug788108
+++ /dev/null
@@ -1,20 +0,0 @@
---- content/base/public/nsContentUtils.h~
-+++ content/base/public/nsContentUtils.h
-@@ -18,17 +18,6 @@
- #include <ieeefp.h>
- #endif
-
--//A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
--#ifdef __FreeBSD__
--#include <ieeefp.h>
--#if !defined(__i386__) && !defined(__x86_64__)
--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;
--#endif
--static fp_except_t oldmask = fpsetmask(~allmask);
--#endif
--
- #include "nsAString.h"
- #include "nsIStatefulFrame.h"
- #include "nsNodeInfoManager.h"