diff options
author | jkim <jkim@FreeBSD.org> | 2015-10-08 01:27:39 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-10-08 01:27:39 +0800 |
commit | 2fe805ae247fca9452c70ac63267fed058f896ce (patch) | |
tree | 5f17479c34f7a6870d36dab695c30f53de96dd33 /www/firefox | |
parent | 0bfaa2340767c33d32fc7d664544f8f4a6e25cc7 (diff) | |
download | freebsd-ports-gnome-2fe805ae247fca9452c70ac63267fed058f896ce.tar.gz freebsd-ports-gnome-2fe805ae247fca9452c70ac63267fed058f896ce.tar.zst freebsd-ports-gnome-2fe805ae247fca9452c70ac63267fed058f896ce.zip |
Fix build with clang.
https://bugzilla.mozilla.org/show_bug.cgi?id=1181382
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/files/patch-bug1181382 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug1181382 b/www/firefox/files/patch-bug1181382 new file mode 100644 index 000000000000..78e3c91ca068 --- /dev/null +++ b/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; |