tdf#77964 doc import: 0x1 placeholder is for AS_CHAR
[LibreOffice.git] / external / libgpg-error / UnpackedTarball_libgpg-error.mk
blob72ff13069c7665ee635b091d3be1f9c3e47fa35e
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,libgpg-error))
12 $(eval $(call gb_UnpackedTarball_set_tarball,libgpg-error,$(LIBGPGERROR_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,libgpg-error,0))
16 $(eval $(call gb_UnpackedTarball_add_patches,libgpg-error, \
17 $(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes.patch) \
18 $(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-2.patch.1) \
19 $(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-3.patch.1) \
20 $(if $(filter MSC,$(COM)),external/libgpg-error/w32-disable-dllinit.patch.1) \
21 external/libgpg-error/w32-build-fixes-4.patch \
22 $(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes-5.patch) \
23 $(if $(filter LINUX,$(OS)),external/libgpg-error/libgpgerror-bundled-soname.patch.1) \
24 external/libgpg-error/clang-cl.patch \
27 # vim: set noet sw=4 ts=4: