fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / libxmlsec / UnpackedTarball_xmlsec.mk
bloba72deed71d5db04489ced1b7c5b247d0ddc8bbf3
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,xmlsec))
12 $(eval $(call gb_UnpackedTarball_set_tarball,xmlsec,$(LIBXMLSEC_TARBALL),,libxmlsec))
14 $(eval $(call gb_UnpackedTarball_add_patches,xmlsec,\
15 external/libxmlsec/xmlsec1-configure.patch \
16 external/libxmlsec/xmlsec1-configure-libxml-libxslt.patch \
17 external/libxmlsec/xmlsec1-olderlibxml2.patch \
18 external/libxmlsec/xmlsec1-oldlibtool.patch \
19 external/libxmlsec/xmlsec1-nssdisablecallbacks.patch \
20 external/libxmlsec/xmlsec1-nssmangleciphers.patch \
21 external/libxmlsec/xmlsec1-noverify.patch \
22 external/libxmlsec/xmlsec1-mingw-keymgr-mscrypto.patch \
23 external/libxmlsec/xmlsec1-vc.patch \
24 external/libxmlsec/xmlsec1-1.2.14_fix_extern_c.patch \
25 external/libxmlsec/xmlsec1-android.patch \
26 external/libxmlsec/xmlsec1-1.2.14-ansi.patch \
27 external/libxmlsec/xmlsec1-customkeymanage.patch \
28 external/libxmlsec/xmlsec1-update-config.guess.patch.1 \
31 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/mscrypto/akmngr.h,external/libxmlsec/include/akmngr_mscrypto.h))
32 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,src/mscrypto/akmngr.c,external/libxmlsec/src/akmngr_mscrypto.c))
33 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/nss/akmngr.h,external/libxmlsec/include/akmngr_nss.h))
34 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/nss/ciphers.h,external/libxmlsec/include/ciphers.h))
35 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/nss/tokens.h,external/libxmlsec/include/tokens.h))
36 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,src/nss/akmngr.c,external/libxmlsec/src/akmngr_nss.c))
37 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,src/nss/keywrapers.c,external/libxmlsec/src/keywrapers.c))
38 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,src/nss/tokens.c,external/libxmlsec/src/tokens.c))
40 ifeq ($(OS)$(COM),WNTGCC)
41 $(eval $(call gb_UnpackedTarball_add_patches,xmlsec,\
42 external/libxmlsec/xmlsec1-mingw32.patch \
44 endif
46 # vim: set noet sw=4 ts=4: