From 0b4b755417edcdd759d96c5b0eff311ba9ea4432 Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Wed, 19 Oct 2011 15:21:58 +0000 Subject: - Remove deskutils/lightning and deskutils/lightning-thunderbird as both ports were outdated and superseded by the new LIGHTNING option in www/seamonkey and mail/thunderbird. Please read UPDATING as the lightning XPI now register itself. Discussed with: flo@ at EuroBSDCon DevSummit --- .../files/patch-mozilla-js-src-jsnum.cpp | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 deskutils/lightning-thunderbird/files/patch-mozilla-js-src-jsnum.cpp (limited to 'deskutils/lightning-thunderbird/files/patch-mozilla-js-src-jsnum.cpp') diff --git a/deskutils/lightning-thunderbird/files/patch-mozilla-js-src-jsnum.cpp b/deskutils/lightning-thunderbird/files/patch-mozilla-js-src-jsnum.cpp deleted file mode 100644 index c52535eaca09..000000000000 --- a/deskutils/lightning-thunderbird/files/patch-mozilla-js-src-jsnum.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- mozilla/js/src/jsnum.cpp.orig Sun Nov 5 18:37:07 2006 -+++ mozilla/js/src/jsnum.cpp Sun Nov 5 18:42:31 2006 -@@ -45,6 +45,9 @@ - #if defined(XP_WIN) || defined(XP_OS2) - #include - #endif -+#if defined(__FreeBSD__) -+#include -+#endif - #include - #include - #include -@@ -532,7 +535,15 @@ static jsdouble NaN; - - #else - -+#if defined(__FreeBSD__) && __FreeBSD_version >= 601000 -+#include -+#define FIX_FPU() (fedisableexcept(FE_ALL_EXCEPT)) -+ -+#else -+ - #define FIX_FPU() ((void)0) -+ -+#endif /* defined(__FreeBSD__) && __FreeBSD_version >= 503000 */ - - #endif - -- cgit v1.2.3