Updated core
[LibreOffice.git] / redland / UnpackedTarball_redland.mk
blobf90702d80fffd9361f7924af4ca048411a113fdf
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)))
14 # configure generated files for MSVC
15 $(eval $(call gb_UnpackedTarball_add_file,redland,src/librdf.h,redland/redland/librdf.h))
17 $(eval $(call gb_UnpackedTarball_add_patches,redland,\
18 redland/redland/redland-query-rasqal-avoid-assert.patch.1 \
19 redland/redland/redland-pkgconfig.patch.1 \
20 redland/redland/redland-freebsd.patch.1 \
21 redland/redland/redland-msvc.patch.1 \
22 $(if $(filter-out WNT,$(OS)),redland/redland/redland-bundled-soname.patch.1) \
23 $(if $(filter ANDROID,$(OS)),redland/redland/redland-android.patch.1) \
24 $(if $(filter WNTGCC,$(OS)$(COM)),redland/redland/redland-mingw.patch.1) \
25 $(if $(filter YES,$(CROSS_COMPILING)),redland/redland/redland-xcompile.patch.1) \
28 # vim: set noet sw=4 ts=4: