Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / external / redland / UnpackedTarball_redland.mk
blob66e766d20fee84b02b6d19d071dede148116e468
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,redland))
12 $(eval $(call gb_UnpackedTarball_set_tarball,redland,$(REDLAND_TARBALL),,redland))
14 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,redland,\
15 build \
16 libltdl/config \
19 # configure generated files for MSVC
20 $(eval $(call gb_UnpackedTarball_add_file,redland,src/librdf.h,external/redland/redland/librdf.h))
22 $(eval $(call gb_UnpackedTarball_set_patchlevel,redland,0))
24 # redland-format.patch.0 sent upstream as
25 # <https://github.com/dajobe/librdf/pull/6>
26 $(eval $(call gb_UnpackedTarball_add_patches,redland,\
27 external/redland/redland/redland-freebsd.patch.1 \
28 external/redland/redland/redland-msvc.patch.1 \
29 $(if $(filter-out WNT,$(OS)),external/redland/redland/redland-bundled-soname.patch.1) \
30 $(if $(filter ANDROID,$(OS)),external/redland/redland/redland-android.patch.1) \
31 $(if $(CROSS_COMPILING),external/redland/redland/redland-xcompile.patch.1) \
32 external/redland/redland/redland-format.patch.0 \
33 external/redland/redland/rpath.patch \
34 external/redland/redland/clang-cl.patch \
35 external/redland/redland/libtool.patch \
38 # vim: set noet sw=4 ts=4: