diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-12-04 00:54:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-12-04 00:54:38 +0000 |
commit | 617c9323cd5c8c955ccb8d00af612a9476df20d6 (patch) | |
tree | 3bd7b79092d10a2c5d3b7d8a7c89f908926654a1 /www/firefox/files/patch-bug847568 | |
parent | multimedia/aom: update to 1.0.0.997 (diff) |
www/firefox: update to 64.0
Changes: https://www.mozilla.org/firefox/64.0/releasenotes/
PR: 233028
Security: d10b49b2-8d02-49e8-afde-0844626317af
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17871
Notes
Notes:
svn path=/head/; revision=486573
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 4ba6a07acfee..becc63bcfc5b 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 >= 1.8.8', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.9.0', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) |