Author: jbeich
Date: Tue Oct  2 08:44:11 2012
New Revision: 1054

Log:
don't implicitly #define __FreeBSD_version 0

Modified:
   trunk/mail/thunderbird-esr/files/patch-bug543241
   trunk/mail/thunderbird/files/patch-bug543241
   trunk/www/firefox-esr/files/patch-bug543241
   trunk/www/firefox-nightly/files/patch-bug543241
   trunk/www/firefox/files/patch-bug543241
   trunk/www/libxul/files/patch-bug543241
   trunk/www/seamonkey/files/patch-bug543241

Modified: trunk/mail/thunderbird-esr/files/patch-bug543241
==============================================================================
--- trunk/mail/thunderbird-esr/files/patch-bug543241    Tue Oct  2 08:44:00 
2012        (r1053)
+++ trunk/mail/thunderbird-esr/files/patch-bug543241    Tue Oct  2 08:44:11 
2012        (r1054)
@@ -1,5 +1,16 @@
 --- ./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
 @@ -89,6 +89,11 @@
  nsresult
  nsThreadManager::Init()

Modified: trunk/mail/thunderbird/files/patch-bug543241
==============================================================================
--- trunk/mail/thunderbird/files/patch-bug543241        Tue Oct  2 08:44:00 
2012        (r1053)
+++ trunk/mail/thunderbird/files/patch-bug543241        Tue Oct  2 08:44:11 
2012        (r1054)
@@ -1,5 +1,16 @@
 --- ./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()

Modified: trunk/www/firefox-esr/files/patch-bug543241
==============================================================================
--- trunk/www/firefox-esr/files/patch-bug543241 Tue Oct  2 08:44:00 2012        
(r1053)
+++ trunk/www/firefox-esr/files/patch-bug543241 Tue Oct  2 08:44:11 2012        
(r1054)
@@ -1,5 +1,16 @@
 --- ./xpcom/threads/nsThreadManager.cpp.orig   2011-08-25 02:37:45.000000000 
+0200
 +++ ./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
 @@ -89,6 +89,11 @@
  nsresult
  nsThreadManager::Init()

Modified: trunk/www/firefox-nightly/files/patch-bug543241
==============================================================================
--- trunk/www/firefox-nightly/files/patch-bug543241     Tue Oct  2 08:44:00 
2012        (r1053)
+++ trunk/www/firefox-nightly/files/patch-bug543241     Tue Oct  2 08:44:11 
2012        (r1054)
@@ -1,5 +1,16 @@
 --- ./xpcom/threads/nsThreadManager.cpp.orig   2011-08-25 02:37:45.000000000 
+0200
 +++ ./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()

Modified: trunk/www/firefox/files/patch-bug543241
==============================================================================
--- trunk/www/firefox/files/patch-bug543241     Tue Oct  2 08:44:00 2012        
(r1053)
+++ trunk/www/firefox/files/patch-bug543241     Tue Oct  2 08:44:11 2012        
(r1054)
@@ -1,5 +1,16 @@
 --- ./xpcom/threads/nsThreadManager.cpp.orig   2011-08-25 02:37:45.000000000 
+0200
 +++ ./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()

Modified: trunk/www/libxul/files/patch-bug543241
==============================================================================
--- trunk/www/libxul/files/patch-bug543241      Tue Oct  2 08:44:00 2012        
(r1053)
+++ trunk/www/libxul/files/patch-bug543241      Tue Oct  2 08:44:11 2012        
(r1054)
@@ -1,5 +1,16 @@
 --- ./xpcom/threads/nsThreadManager.cpp.orig   2011-08-25 02:37:45.000000000 
+0200
 +++ ./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
 @@ -89,6 +89,11 @@
  nsresult
  nsThreadManager::Init()

Modified: trunk/www/seamonkey/files/patch-bug543241
==============================================================================
--- trunk/www/seamonkey/files/patch-bug543241   Tue Oct  2 08:44:00 2012        
(r1053)
+++ trunk/www/seamonkey/files/patch-bug543241   Tue Oct  2 08:44:11 2012        
(r1054)
@@ -1,5 +1,16 @@
 --- ./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()
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to