svn commit: r398774 - head/www/firefox/files

Jung-uk Kim jkim at FreeBSD.org
Wed Oct 7 17:27:40 UTC 2015


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;


More information about the svn-ports-all mailing list