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 # clang-cl.patch src/gpgrt-int.h part upstream at <https://dev.gnupg.org/T4356> "Declaration of
17 # _gpgrt_functions_w32_pollable in src/gpgrt-int.h should be extern"
18 $(eval
$(call gb_UnpackedTarball_add_patches
,libgpg-error
, \
19 external
/libgpg-error
/libgpg-error_gawk5.patch \
20 $(if
$(filter MSC
,$(COM
)),external
/libgpg-error
/w32-build-fixes.patch
) \
21 $(if
$(filter MSC
,$(COM
)),external
/libgpg-error
/w32-build-fixes-2.patch
.1) \
22 $(if
$(filter MSC
,$(COM
)),external
/libgpg-error
/w32-build-fixes-3.patch
.1) \
23 $(if
$(filter MSC
,$(COM
)),external
/libgpg-error
/w32-disable-dllinit.patch
.1) \
24 external
/libgpg-error
/w32-build-fixes-4.patch \
25 external
/libgpg-error
/clang-cl.patch \
26 $(if
$(filter LINUX
,$(OS
)),external
/libgpg-error
/libgpgerror-bundled-soname.patch
.1) \
29 # vim: set noet sw=4 ts=4: