Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 07:06:16 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r940 - in branches/experimental: mail/thunderbird-esr/files www/firefox-esr/files www/libxul/files
Message-ID:  <201208180706.q7I76G15064769@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208180706.q7I76G15064769>