summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-bug1288587
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-bug1288587
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-bug1288587')
-rw-r--r--mail/thunderbird/files/patch-bug12885874
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/files/patch-bug1288587 b/mail/thunderbird/files/patch-bug1288587
index e10ef8537a4a..f8190a7176e8 100644
--- a/mail/thunderbird/files/patch-bug1288587
+++ b/mail/thunderbird/files/patch-bug1288587
@@ -43,13 +43,13 @@ index 855214a..1e91d51 100644
topobjdir = topobjdir[:-7]
with LineIO(lambda l: log.info(l)) as out:
-@@ -219,17 +226,20 @@ def virtualenv_python(env_python, build_env, mozconfig, help):
+@@ -255,17 +262,20 @@ def virtualenv_python(env_python, build_env, mozconfig
log.info('Creating Python environment')
manager.build(python)
python = normsep(manager.python_path)
- if python != normsep(sys.executable):
+ if not normsep(sys.executable).startswith(normsep(virtualenvs_root)):
log.info('Reexecuting in the virtualenv')
if env_python:
- del os.environ['PYTHON']