Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2015 17:27:39 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398774 - head/www/firefox/files
Message-ID:  <201510071727.t97HRd2A001389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Oct  7 17:27:39 2015
New Revision: 398774
URL: https://svnweb.freebsd.org/changeset/ports/398774

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

Added:
  head/www/firefox/files/patch-bug1181382   (contents, props changed)

Added: head/www/firefox/files/patch-bug1181382
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox/files/patch-bug1181382	Wed Oct  7 17:27:39 2015	(r398774)
@@ -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?201510071727.t97HRd2A001389>