summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-dd
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-dd')
-rw-r--r--time/sunbird/patches/patch-dd13
1 files changed, 0 insertions, 13 deletions
diff --git a/time/sunbird/patches/patch-dd b/time/sunbird/patches/patch-dd
deleted file mode 100644
index 789525333de..00000000000
--- a/time/sunbird/patches/patch-dd
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-dd,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
---- content/xslt/src/base/txDouble.cpp.orig 2006-06-26 13:36:02.000000000 +0000
-+++ content/xslt/src/base/txDouble.cpp
-@@ -50,7 +50,7 @@
- */
-
- //A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) || defined(__DragonFly__)
- #include <ieeefp.h>
- #ifdef __alpha__
- fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP;