fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / firebird / UnpackedTarball_firebird.mk
blobee29b09f0fff35e1c779eacf5112de3f968953e4
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,firebird))
12 $(eval $(call gb_UnpackedTarball_set_tarball,firebird,$(FIREBIRD_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
15 external/firebird/firebird-icu.patch.1 \
16 external/firebird/firebird-rpath.patch.0 \
17 external/firebird/firebird-c++11.patch.1 \
18 external/firebird/firebird-c++11replfn.patch.0 \
19 external/firebird/firebird-no-open-temp-on-shutdown.patch.1 \
20 external/firebird/firebird.disable-ib-util-not-found.patch.1 \
23 ifeq ($(OS)-$(COM),WNT-MSC)
24 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
25 external/firebird/firebird-cygwin-msvc.patch.1 \
26 external/firebird/firebird-vs2013.patch.1 \
28 endif
30 ifeq ($(OS),MACOSX)
31 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
32 external/firebird/firebird-macosx.patch.1 \
34 endif
35 # vim: set noet sw=4 ts=4: