diff options
Diffstat (limited to 'mail/thunderbird/files/patch-bug543241')
-rw-r--r-- | mail/thunderbird/files/patch-bug543241 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/thunderbird/files/patch-bug543241 b/mail/thunderbird/files/patch-bug543241 deleted file mode 100644 index 2aac3bb44466..000000000000 --- a/mail/thunderbird/files/patch-bug543241 +++ /dev/null @@ -1,25 +0,0 @@ ---- ./mozilla/xpcom/threads/nsThreadManager.cpp.orig 2011-08-25 02:37:45.000000000 +0200 -+++ ./mozilla/xpcom/threads/nsThreadManager.cpp 2011-08-28 17:14:14.000000000 +0200 -@@ -12,6 +12,10 @@ - #include "nsAutoPtr.h" - #include "nsCycleCollectorUtils.h" - -+#if defined(__FreeBSD__) -+#include <osreldate.h> -+#endif -+ - using namespace mozilla; - - #ifdef XP_WIN -@@ -57,6 +57,11 @@ - nsresult - nsThreadManager::Init() - { -+#if defined(NS_TLS) && (__FreeBSD_version < 802513 \ -+ || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900045)) -+ if (!gTLSThreadID) -+ gTLSThreadID = mozilla::threads::Generic; -+#endif - mThreadsByPRThread.Init(); - - if (PR_NewThreadPrivateIndex(&mCurThreadIndex, ReleaseObject) == PR_FAILURE) |