From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 18 07:06:23 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 216491065672 for ; Sat, 18 Aug 2012 07:06:23 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id B8C7A8FC0A for ; Sat, 18 Aug 2012 07:06:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q7I76Ldg065837 for ; Sat, 18 Aug 2012 07:06:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q7I76G15064769 for freebsd-gecko@freebsd.org; Sat, 18 Aug 2012 07:06:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 18 Aug 2012 07:06:16 GMT Message-Id: <201208180706.q7I76G15064769@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r940 - in branches/experimental: mail/thunderbird-esr/files www/firefox-esr/files www/libxul/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 07:06:23 -0000 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 + #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 + #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 + #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 + #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 + #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 + #include "nsQAppInstance.h" + #endif +