aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-02-28 21:54:13 +0800
committerjbeich <jbeich@FreeBSD.org>2015-02-28 21:54:13 +0800
commitb197c36a063d552cae914e019634c4d28ba24d89 (patch)
treea52215a5c28a8a0a68651c6513907853e923445d /www
parent562b42bac565d2ab6abc4c8f0c97ffed083bbaa3 (diff)
downloadfreebsd-ports-gnome-b197c36a063d552cae914e019634c4d28ba24d89.tar.gz
freebsd-ports-gnome-b197c36a063d552cae914e019634c4d28ba24d89.tar.zst
freebsd-ports-gnome-b197c36a063d552cae914e019634c4d28ba24d89.zip
Unbreak build when LOGGING option is disabled
PR: 198090 Reported by: Piotr Kubaj <pkubaj@riseup.net> Reported by: Matthew D. Fuller <fullermd@over-yonder.net> Reported by: rozhuk.im@gmail.com Obtained from: https://github.com/mozilla/gecko-dev/commit/6af7f0e6 MFH: 2015Q1 X-MFH-With: r380090
Diffstat (limited to 'www')
-rw-r--r--www/firefox/files/patch-bug112816128
1 files changed, 28 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug1128161 b/www/firefox/files/patch-bug1128161
new file mode 100644
index 000000000000..d61cbb3ceec0
--- /dev/null
+++ b/www/firefox/files/patch-bug1128161
@@ -0,0 +1,28 @@
+commit 6af7f0e6
+Author: Chris Double <chris.double@double.co.nz>
+Date: Tue Feb 3 11:20:17 2015 +1300
+
+ Bug 1128161 - Fix build error when logging is disabled - r=ajones
+---
+ dom/media/mediasource/MediaSourceUtils.cpp | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git dom/media/mediasource/MediaSourceUtils.cpp dom/media/mediasource/MediaSourceUtils.cpp
+index 44a40f5..83bba60 100644
+--- dom/media/mediasource/MediaSourceUtils.cpp
++++ dom/media/mediasource/MediaSourceUtils.cpp
+@@ -11,7 +11,6 @@
+
+ namespace mozilla {
+
+-#if defined(PR_LOGGING)
+ nsCString
+ DumpTimeRanges(dom::TimeRanges* aRanges)
+ {
+@@ -31,6 +30,5 @@ DumpTimeRanges(dom::TimeRanges* aRanges)
+
+ return dump;
+ }
+-#endif
+
+ } // namespace mozilla