summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-toolkit_moz.configure
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-07-19 00:00:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-07-19 00:00:51 +0000
commit29145c76beecf4766959022ab9fc0fb1880561a1 (patch)
tree4572e087e9d0e8ed179a8053877c780942a72cfa /mail/thunderbird/files/patch-toolkit_moz.configure
parentmail/thunderbird: drop patches in preparation for update (diff)
mail/thunderbird: update to 60.0
Changes: https://www.mozilla.org/thunderbird/60.0/releasenotes/ PR: 228477 Differential Revision: https://reviews.freebsd.org/D15565
Diffstat (limited to 'mail/thunderbird/files/patch-toolkit_moz.configure')
-rw-r--r--mail/thunderbird/files/patch-toolkit_moz.configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-toolkit_moz.configure b/mail/thunderbird/files/patch-toolkit_moz.configure
new file mode 100644
index 000000000000..6927df0b3ce5
--- /dev/null
+++ b/mail/thunderbird/files/patch-toolkit_moz.configure
@@ -0,0 +1,15 @@
+diff --git toolkit/moz.configure toolkit/moz.configure
+index 1befea00c485..7999b7acd5bd 100644
+--- toolkit/moz.configure
++++ toolkit/moz.configure
+@@ -842,8 +842,8 @@ def webrender(value, milestone):
+ enable_webrender = None
+
+ if value.origin == 'default':
+- # if nothing is specified, default to just building on Nightly
+- build_webrender = milestone.is_nightly
++ # build by default downstream
++ build_webrender = True
+ elif len(value) and value[0] == 'build':
+ # if explicitly set to 'build', then we build but don't enable
+ build_webrender = True