diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-11-16 20:17:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-11-17 10:31:35 +0100 |
commit | b7badb551990addaa10960a3557c8f83732a560e (patch) | |
tree | b6bb93bca87386a988e8929f39f8c4b94c4d295a /external/harfbuzz/UnpackedTarball_harfbuzz.mk | |
parent | c2fc5d4fc042460eaac1d6407f45d2f0073bf6a7 (diff) |
use harfbuzz upstream fix instead of workaround
drop temp workaround for problem seen with tdf119074-1.odt
i.e. apply https://github.com/harfbuzz/harfbuzz/pull/3874
for https://github.com/harfbuzz/harfbuzz/issues/3824
Change-Id: I42373f2282d30d7e45ee88b654d3df40f3a6384b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142815
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external/harfbuzz/UnpackedTarball_harfbuzz.mk')
-rw-r--r-- | external/harfbuzz/UnpackedTarball_harfbuzz.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/external/harfbuzz/UnpackedTarball_harfbuzz.mk b/external/harfbuzz/UnpackedTarball_harfbuzz.mk index a99f116d80ad..969a7ca2c51c 100644 --- a/external/harfbuzz/UnpackedTarball_harfbuzz.mk +++ b/external/harfbuzz/UnpackedTarball_harfbuzz.mk @@ -15,4 +15,9 @@ $(eval $(call gb_UnpackedTarball_update_autoconf_configs,harfbuzz)) $(eval $(call gb_UnpackedTarball_set_patchlevel,harfbuzz,0)) +# <https://github.com/harfbuzz/harfbuzz/pull/3874> "Adjust unsafe-to-break for non-zero ValueFormat2": +$(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \ + external/harfbuzz/3874.patch.1 \ +)) + # vim: set noet sw=4 ts=4: |