diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-07-21 00:40:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-07-21 00:40:29 +0000 |
commit | 7f1257ee86c5a9c7b75c66e9d7e33958aa6db68f (patch) | |
tree | 71f9258b6b870b81fd77d2916ee4a1576424184a /www/firefox/files/patch-bug847568 | |
parent | Update to 1.65.1 (diff) |
www/firefox: update to 79.0
Changes: https://www.mozilla.org/firefox/79.0/releasenotes/
Notes
Notes:
svn path=/head/; revision=542676
Diffstat (limited to 'www/firefox/files/patch-bug847568')
-rw-r--r-- | www/firefox/files/patch-bug847568 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568 index 88511da00630..b24638761af6 100644 --- a/www/firefox/files/patch-bug847568 +++ b/www/firefox/files/patch-bug847568 @@ -278,7 +278,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.6', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.8', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) |