Author: jbeich
Date: Sat Aug 18 07:06:16 2012
New Revision: 940

Log:
unbreak libc++ build with QT4 on gecko10

Added:
   
branches/experimental/mail/thunderbird-esr/files/patch-dom-ipc-ContentChild.cpp
   
branches/experimental/mail/thunderbird-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp
   branches/experimental/www/firefox-esr/files/patch-dom-ipc-ContentChild.cpp
   
branches/experimental/www/firefox-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp
   branches/experimental/www/libxul/files/patch-dom-ipc-ContentChild.cpp
   branches/experimental/www/libxul/files/patch-toolkit-xre-nsEmbedFunctions.cpp

Added: 
branches/experimental/mail/thunderbird-esr/files/patch-dom-ipc-ContentChild.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/mail/thunderbird-esr/files/patch-dom-ipc-ContentChild.cpp 
    Sat Aug 18 07:06:16 2012        (r940)
@@ -0,0 +1,10 @@
+--- mozilla/dom/ipc/ContentChild.cpp~
++++ mozilla/dom/ipc/ContentChild.cpp
+@@ -42,6 +42,7 @@
+ #endif
+ 
+ #ifdef MOZ_WIDGET_QT
++#include <unistd.h>
+ #include "nsQAppInstance.h"
+ #endif
+ 

Added: 
branches/experimental/mail/thunderbird-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/mail/thunderbird-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp
     Sat Aug 18 07:06:16 2012        (r940)
@@ -0,0 +1,10 @@
+--- mozilla/toolkit/xre/nsEmbedFunctions.cpp~
++++ mozilla/toolkit/xre/nsEmbedFunctions.cpp
+@@ -36,6 +36,7 @@
+  * ***** END LICENSE BLOCK ***** */
+ 
+ #if defined(MOZ_WIDGET_QT)
++#include <unistd.h>
+ #include "nsQAppInstance.h"
+ #endif
+ 

Added: 
branches/experimental/www/firefox-esr/files/patch-dom-ipc-ContentChild.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/experimental/www/firefox-esr/files/patch-dom-ipc-ContentChild.cpp  
Sat Aug 18 07:06:16 2012        (r940)
@@ -0,0 +1,10 @@
+--- dom/ipc/ContentChild.cpp~
++++ dom/ipc/ContentChild.cpp
+@@ -42,6 +42,7 @@
+ #endif
+ 
+ #ifdef MOZ_WIDGET_QT
++#include <unistd.h>
+ #include "nsQAppInstance.h"
+ #endif
+ 

Added: 
branches/experimental/www/firefox-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/www/firefox-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp
  Sat Aug 18 07:06:16 2012        (r940)
@@ -0,0 +1,10 @@
+--- toolkit/xre/nsEmbedFunctions.cpp~
++++ toolkit/xre/nsEmbedFunctions.cpp
+@@ -36,6 +36,7 @@
+  * ***** END LICENSE BLOCK ***** */
+ 
+ #if defined(MOZ_WIDGET_QT)
++#include <unistd.h>
+ #include "nsQAppInstance.h"
+ #endif
+ 

Added: branches/experimental/www/libxul/files/patch-dom-ipc-ContentChild.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/experimental/www/libxul/files/patch-dom-ipc-ContentChild.cpp       
Sat Aug 18 07:06:16 2012        (r940)
@@ -0,0 +1,10 @@
+--- dom/ipc/ContentChild.cpp~
++++ dom/ipc/ContentChild.cpp
+@@ -42,6 +42,7 @@
+ #endif
+ 
+ #ifdef MOZ_WIDGET_QT
++#include <unistd.h>
+ #include "nsQAppInstance.h"
+ #endif
+ 

Added: 
branches/experimental/www/libxul/files/patch-toolkit-xre-nsEmbedFunctions.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/www/libxul/files/patch-toolkit-xre-nsEmbedFunctions.cpp   
    Sat Aug 18 07:06:16 2012        (r940)
@@ -0,0 +1,10 @@
+--- toolkit/xre/nsEmbedFunctions.cpp~
++++ toolkit/xre/nsEmbedFunctions.cpp
+@@ -36,6 +36,7 @@
+  * ***** END LICENSE BLOCK ***** */
+ 
+ #if defined(MOZ_WIDGET_QT)
++#include <unistd.h>
+ #include "nsQAppInstance.h"
+ #endif
+ 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to