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
,gpgmepp
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,gpgmepp
,$(GPGME_TARBALL
)))
14 $(eval
$(call gb_UnpackedTarball_set_patchlevel
,gpgmepp
,0))
16 # * external/gpgmepp/configure.patch: see
17 # <https://lists.gnu.org/archive/html/autoconf/2020-11/msg00004.html> "Fallout from
18 # _AC_UNDECLARED_WARNING in autoconf 2.70beta" for upstream discussion
19 $(eval
$(call gb_UnpackedTarball_add_patches
,gpgmepp
, \
20 external
/gpgmepp
/find-libgpg-error-libassuan.patch \
21 external
/gpgmepp
/fix-autoconf-macros.patch \
22 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-build-fixes.patch
.1) \
23 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-disable-docs.patch
.1) \
24 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-fix-win32-macro.patch
.1) \
25 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-fix-libtool.patch
.1) \
26 $(if
$(filter MSC
,$(COM
)),external
/gpgmepp
/w32-add-initializer.patch
.1) \
27 external
/gpgmepp
/w32-build-fixes-2.patch \
28 $(if
$(filter LINUX
,$(OS
)),external
/gpgmepp
/asan.patch
) \
29 $(if
$(filter LINUX
,$(OS
)),external
/gpgmepp
/rpath.patch
) \
30 external
/gpgmepp
/ubsan.patch \
31 external
/gpgmepp
/c
++20.patch \
32 external
/gpgmepp
/clang-cl.patch \
33 external
/gpgmepp
/configure.patch \
34 external
/gpgmepp
/w32-include.patch \
35 external
/gpgmepp
/Wincompatible-function-pointer-types.patch \
36 external
/gpgmepp
/macos-macports-path.patch \
37 external
/gpgmepp
/macos-tdf152524.patch \
39 # vim: set noet sw=4 ts=4: