freebsd-ports/www/flock/files/patch-content_xslt_public_txDouble.h
Beat Gaetzi 0c9302dd85 - Update to 2.0
- Enable multiple make jobs
- Fix build on amd64
- Fix build on sparc64
- Pass maintainership to gecko@

New Features in 2.0:
  * Flock 2.0 is based on the Firefox 3 technology.
  * MySpace has been integrated as a people service.
  * Revver has been added as Media Bar search service.
  * TinyPic has been added as a Photo Uploader service.
  * Flock can now detect Media RSS streams, load them in the
    Media Bar, and subscribe to them.

On behalf of the Gecko Gang.

Approved by:	miwi (mentor)
2009-05-04 20:06:22 +00:00

20 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
*/