summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug847568
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-02-04 00:39:23 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-02-04 00:39:23 +0000
commitba23a7be9ba4ef73274b25ec9ccb1b849aae2ab6 (patch)
tree3aab99dbdb670c6d2e13e399e7b8d64da20715f1 /www/firefox/files/patch-bug847568
parentwww/firefox-esr: update to 68.5.0 (diff)
www/firefox: update to 73.0
Changes: https://www.mozilla.org/firefox/73.0/releasenotes/ PR: 243295 Security: 802e3138-b8af-4a89-a908-f103107e64b4 Differential Revision: https://reviews.freebsd.org/D23146
Notes
Notes: svn path=/head/; revision=525108
Diffstat (limited to 'www/firefox/files/patch-bug847568')
-rw-r--r--www/firefox/files/patch-bug8475687
1 files changed, 4 insertions, 3 deletions
diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568
index de2cea5d9e52..ab18827f8d91 100644
--- a/www/firefox/files/patch-bug847568
+++ b/www/firefox/files/patch-bug847568
@@ -43,7 +43,7 @@ new file mode 100644
index 0000000000000..24e8d7a03274a
--- /dev/null
+++ gfx/graphite2/geckoextra/moz.build
-@@ -0,0 +1,20 @@
+@@ -0,0 +1,21 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# This Source Code Form is subject to the terms of the Mozilla Public
@@ -52,6 +52,7 @@ index 0000000000000..24e8d7a03274a
+
+EXPORTS.graphite2 += [
+ 'include/GraphiteExtra.h',
++ 'include/GraphiteStructsForRLBox.h',
+]
+
+UNIFIED_SOURCES += [
@@ -226,7 +227,7 @@ index 95a58b634593..b614eef85c89 100644
+ * 100 + GR2_VERSION_BUGFIX >= \
+ (major) * 10000 + (minor) * 100 + (bugfix) )
+ ], [
-+ #if !GR2_VERSION_REQUIRE(1,3,12)
++ #if !GR2_VERSION_REQUIRE(1,3,13)
+ #error "Insufficient graphite2 version."
+ #endif
+ ], [],
@@ -277,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.2',
++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.4',
+ when='--with-system-harfbuzz')
+
+set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True))