summaryrefslogtreecommitdiff
path: root/external/harfbuzz/UnpackedTarball_harfbuzz.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-03-05 08:37:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-03-05 15:31:25 +0100
commitb7ddc514bff9bdf682abae537f990aa01dc2c0fb (patch)
tree30b8d8e74fca7989d12b792651e62914b0d92692 /external/harfbuzz/UnpackedTarball_harfbuzz.mk
parent6d471576114ff10e9e27006e7a9a886207971be0 (diff)
Upgrade to latest HarfBuzz 2.3.1
As a side-effect, this gets rid of some Clang -fsanitize=implicit-signed-integer-truncation warnings. The various external/harfbuzz/*.patch no longer applied and appear not to be necessary any more. (But a new external/harfbuzz/msvc.patch became necessary.) <https://dev-www.libreoffice.org/src/harfbuzz-2.3.1.tar.bz2> was downloaded from <https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.3.1.tar.bz2>, and HARFBUZZ_SHA256SUM in download.lst matches <https://www.freedesktop.org/ software/harfbuzz/release/harfbuzz-2.3.1.tar.bz2.sha256>. Change-Id: Ic85acd14b4f488b3d88ce1bafc93be271928006e Reviewed-on: https://gerrit.libreoffice.org/68731 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/harfbuzz/UnpackedTarball_harfbuzz.mk')
-rw-r--r--external/harfbuzz/UnpackedTarball_harfbuzz.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/external/harfbuzz/UnpackedTarball_harfbuzz.mk b/external/harfbuzz/UnpackedTarball_harfbuzz.mk
index 3a20f31e101f..48d7b450bc3a 100644
--- a/external/harfbuzz/UnpackedTarball_harfbuzz.mk
+++ b/external/harfbuzz/UnpackedTarball_harfbuzz.mk
@@ -16,18 +16,7 @@ $(eval $(call gb_UnpackedTarball_update_autoconf_configs,harfbuzz))
$(eval $(call gb_UnpackedTarball_set_patchlevel,harfbuzz,0))
$(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
- external/harfbuzz/clang-cl.patch \
- external/harfbuzz/ubsan.patch \
-))
-
-ifneq ($(ENABLE_RUNTIME_OPTIMIZATIONS),TRUE)
-$(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
- external/harfbuzz/harfbuzz-rtti.patch \
-))
-endif
-
-$(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
- external/harfbuzz/harfbuzz-ios.patch \
+ external/harfbuzz/msvc.patch \
))
# vim: set noet sw=4 ts=4: