From 71dfde0760b13ea318c656ddead128dbe634597d Mon Sep 17 00:00:00 2001
From: kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Wed, 24 Aug 2011 10:43:50 +0000
Subject: Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk
 updates.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
---
 www/libxul/files/patch-js_src_jsnum.cpp | 31 -------------------------------
 1 file changed, 31 deletions(-)
 delete mode 100644 www/libxul/files/patch-js_src_jsnum.cpp

(limited to 'www/libxul/files/patch-js_src_jsnum.cpp')

diff --git a/www/libxul/files/patch-js_src_jsnum.cpp b/www/libxul/files/patch-js_src_jsnum.cpp
deleted file mode 100644
index c997f4c6b..000000000
--- a/www/libxul/files/patch-js_src_jsnum.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
---- js/src/jsnum.cpp.orig	2010-01-05 22:35:17.000000000 -0500
-+++ js/src/jsnum.cpp	2010-01-11 05:10:19.000000000 -0500
-@@ -43,6 +43,9 @@
- /*
-  * JS number type and wrapper class.
-  */
-+#if defined(__FreeBSD__)
-+#include <sys/param.h>
-+#endif
- #ifdef XP_OS2
- #define _PC_53  PC_53
- #define _MCW_EM MCW_EM
-@@ -691,8 +694,18 @@
- 
- #else
- 
-+#if defined(__FreeBSD__) && __FreeBSD_version >= 601000
-+#if __BSD_VISIBLE == 0
-+#error __BSD_VISIBLE is zero, so fedisableexcept is not defined
-+#endif
-+#include <fenv.h>
-+#define FIX_FPU() ((void)fedisableexcept(FE_ALL_EXCEPT))
-+#else
-+
- #define FIX_FPU() ((void)0)
- 
-+#endif /* defined(__FreeBSD__) && __FreeBSD_version >= 503000 */
-+
- #endif
- 
- JSBool
-- 
cgit