Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 02:11:27 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r400725 - branches/2015Q4/www/firefox/files
Message-ID:  <201511040211.tA42BRRX066752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Nov  4 02:11:27 2015
New Revision: 400725
URL: https://svnweb.freebsd.org/changeset/ports/400725

Log:
  MFH: r398774
  
  Fix build with clang.
  
  https://bugzilla.mozilla.org/show_bug.cgi?id=1181382

Added:
  branches/2015Q4/www/firefox/files/patch-bug1181382
     - copied unchanged from r398774, head/www/firefox/files/patch-bug1181382
Modified:
Directory Properties:
  branches/2015Q4/   (props changed)

Copied: branches/2015Q4/www/firefox/files/patch-bug1181382 (from r398774, head/www/firefox/files/patch-bug1181382)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q4/www/firefox/files/patch-bug1181382	Wed Nov  4 02:11:27 2015	(r400725, copy of r398774, head/www/firefox/files/patch-bug1181382)
@@ -0,0 +1,15 @@
+--- dom/mobilemessage/MobileMessageManager.h.orig	2015-09-17 22:13:25 UTC
++++ dom/mobilemessage/MobileMessageManager.h
+@@ -14,11 +14,11 @@
+ class nsISmsService;
+ class nsIDOMMozSmsMessage;
+ class nsIDOMMozMmsMessage;
+-class Promise;
+ 
+ namespace mozilla {
+ namespace dom {
+ 
++class Promise;
+ class DOMRequest;
+ class DOMCursor;
+ struct MmsParameters;



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