Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / libzmf / UnpackedTarball_libzmf.mk
blobe9cf71538455a0895001ebdea3b944dbf3edcb22
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,libzmf))
12 $(eval $(call gb_UnpackedTarball_set_tarball,libzmf,$(ZMF_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,libzmf,0))
16 ifeq ($(COM_IS_CLANG),TRUE)
17 ifneq ($(filter -fsanitize=%,$(CC)),)
18 $(eval $(call gb_UnpackedTarball_add_patches,libzmf, \
19 external/libzmf/ubsan-visibility.patch \
21 endif
22 endif
24 $(eval $(call gb_UnpackedTarball_add_patches,libzmf, \
25 external/libzmf/0001-add-missing-include.patch.1 \
26 external/libzmf/0001-allow-build-with-boost-1.56.patch.1 \
27 external/libzmf/0001-allow-build-with-boost-1.56-part-II.patch.1 \
28 external/libzmf/libzmf-config-guess.patch.1 \
31 # vim: set noet sw=4 ts=4: