diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-08-27 01:02:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-08-27 01:02:46 +0000 |
commit | bbe9b1c7b5c95012d26272687254b17ea12844d1 (patch) | |
tree | c4486dff81fd3037afa99d9343ecf500c985adb5 /www/firefox/files/patch-bug847568 | |
parent | mail/thunderbird: switch to rc6 (nop) (diff) |
www/firefox: update to 69.0
Changes: https://www.mozilla.org/firefox/69.0/releasenotes/
PR: 239155
Security: 05463e0a-abd3-4fa4-bd5f-cd5ed132d4c6
MFH: 2019Q3
Differential Revision: https://reviews.freebsd.org/D20932
Notes
Notes:
svn path=/head/; revision=509978
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 9d243256a6d5..9bc463e7132d 100644 --- a/www/firefox/files/patch-bug847568 +++ b/www/firefox/files/patch-bug847568 @@ -249,7 +249,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.4.0', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.5.3', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) |