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
,libxslt
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,libxslt
,$(LIBXSLT_TARBALL
)))
14 $(eval
$(call gb_UnpackedTarball_update_autoconf_configs
,libxslt
))
16 $(eval
$(call gb_UnpackedTarball_add_patches
,libxslt
,\
17 external
/libxslt
/libxslt-config.patch
.1 \
18 external
/libxslt
/libxslt-internal-symbols.patch
.1 \
19 $(if
$(gb_Module_CURRENTMODULE_SYMBOLS_ENABLED
),\
20 external
/libxslt
/libxslt-msvc-sym.patch
.2, \
21 external
/libxslt
/libxslt-msvc.patch
.2) \
22 external
/libxslt
/libxslt-1.1
.26-memdump.patch \
23 external
/libxslt
/rpath.patch
.0 \
24 external
/libxslt
/e2584eed1c84c18f16e42188c30d2c3d8e3e8853.patch
.1 \
27 # vim: set noet sw=4 ts=4: