Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / firebird / UnpackedTarball_firebird.mk
blobd58445ebe2355502549b1a87ebccacb00cb493f7
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_set_patchlevel,firebird,0))
16 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
17 external/firebird/firebird.disable-ib-util-not-found.patch.1 \
18 external/firebird/firebird-Engine12.patch \
19 external/firebird/firebird-rpath.patch.0 \
20 external/firebird/firebird-cloop-compiler.patch.1 \
21 external/firebird/firebird-gcc6.patch.1 \
22 external/firebird/wnt-dbgutil.patch \
23 external/firebird/libc++.patch \
24 external/firebird/0001-Avoid-hangup-in-SS-when-error-happens-at-system-atta.patch.1 \
25 external/firebird/0002-Backported-fix-for-CORE-5452-Segfault-when-engine-s-.patch.1 \
26 external/firebird/automake.patch \
29 ifeq ($(OS),WNT)
30 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
31 external/firebird/firebird-cygwin-msvc.patch \
32 external/firebird/firebird-vs2017.patch.1 \
34 endif
36 ifeq ($(OS),MACOSX)
37 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
38 external/firebird/firebird-configure-x86-64-macosx.patch.1 \
39 external/firebird/firebird-macosx.patch.1 \
40 external/firebird/macosx-elcapitan-dyld.patch \
42 endif
44 # vim: set noet sw=4 ts=4: