1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/libxul/files/patch-content_xslt_public_txDouble.h
Joe Marcus Clarke 69fe7c5867 Merge patches from firefox3 to hopefully fix the build on certain platforms.
Additionally, fix a plist problem with files being installed to /etc.
2009-04-12 03:30:29 +00:00

21 lines
544 B
C

--- content/xslt/public/txDouble.h.orig Fri Oct 13 00:00:29 2006
+++ 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
*/