From 985731abc9adfa215c66fe779c3504a78d38bac8 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 11 Aug 2019 00:49:33 +0000 Subject: mail/thunderbird: update to 68.0 Changes: https://www.thunderbird.net/thunderbird/68.0/releasenotes/ --- mail/thunderbird/files/patch-toolkit_moz.configure | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 mail/thunderbird/files/patch-toolkit_moz.configure (limited to 'mail/thunderbird/files/patch-toolkit_moz.configure') 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 -- cgit v1.2.3