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-disable-dllinit.patch
.1) \
20 external
/libgpg-error
/w32-build-fixes-4.patch \
21 $(if
$(filter MSC
,$(COM
)),external
/libgpg-error
/w32-build-fixes-5.patch
) \
22 $(if
$(filter LINUX
,$(OS
)),external
/libgpg-error
/libgpgerror-bundled-soname.patch
.1) \
23 external
/libgpg-error
/clang-cl.patch \
26 # vim: set noet sw=4 ts=4: