Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / libetonyek / UnpackedTarball_libetonyek.mk
blobeba2f6a8b5745213d2a7ccec6d9a8e37d4bfd8e4
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,libetonyek))
12 $(eval $(call gb_UnpackedTarball_set_tarball,libetonyek,$(ETONYEK_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,libetonyek,0))
16 $(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
17 external/libetonyek/win_build.patch.1 \
18 external/libetonyek/ubsan.patch \
19 external/libetonyek/rpath.patch \
20 external/libetonyek/0001-fix-brain-fart.patch.1 \
23 ifneq ($(OS),MACOSX)
24 ifneq ($(OS),WNT)
25 $(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
26 external/libetonyek/libetonyek-bundled-soname.patch.0 \
28 endif
29 endif
31 ifeq ($(COM_IS_CLANG),TRUE)
32 ifneq ($(filter -fsanitize=%,$(CC)),)
33 $(eval $(call gb_UnpackedTarball_add_patches,libetonyek, \
34 external/libetonyek/ubsan-visibility.patch \
36 endif
37 endif
39 # vim: set noet sw=4 ts=4: