Bump version to 5.0-14
[LibreOffice.git] / external / libetonyek / UnpackedTarball_libetonyek.mk
blob7f0d653d9b7cb6faf9cdee2b2b3548f7df657216
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/assert.patch \
18 external/libetonyek/win_build.patch.1 \
19 external/libetonyek/ubsan.patch \
20 external/libetonyek/rpath.patch \
21 external/libetonyek/0001-add-missing-include.patch.1 \
22 external/libetonyek/0001-try-to-fix-build-on-Windows.patch.1 \
25 ifneq ($(OS),MACOSX)
26 ifneq ($(OS),WNT)
27 $(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
28 external/libetonyek/libetonyek-bundled-soname.patch.0 \
30 endif
31 endif
33 ifeq ($(COM_GCC_IS_CLANG),TRUE)
34 ifneq ($(filter -fsanitize=%,$(CC)),)
35 $(eval $(call gb_UnpackedTarball_add_patches,libetonyek, \
36 external/libetonyek/ubsan-visibility.patch \
38 endif
39 endif
41 # vim: set noet sw=4 ts=4: