summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-toolkit_moz.configure
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-08-11 00:49:33 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-08-11 00:49:33 +0000
commit985731abc9adfa215c66fe779c3504a78d38bac8 (patch)
tree13b46c5f5f28986b24c5d991197fc3f27712eda0 /mail/thunderbird/files/patch-toolkit_moz.configure
parentlang/rust-nightly: update to 1.38.0.20190811 (diff)
mail/thunderbird: update to 68.0
Changes: https://www.thunderbird.net/thunderbird/68.0/releasenotes/
Notes
Notes: svn path=/head/; revision=508581
Diffstat (limited to 'mail/thunderbird/files/patch-toolkit_moz.configure')
-rw-r--r--mail/thunderbird/files/patch-toolkit_moz.configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/thunderbird/files/patch-toolkit_moz.configure b/mail/thunderbird/files/patch-toolkit_moz.configure
deleted file mode 100644
index 6927df0b3ce5..000000000000
--- a/mail/thunderbird/files/patch-toolkit_moz.configure
+++ /dev/null
@@ -1,15 +0,0 @@
-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