lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / external / firebird / UnpackedTarball_firebird.mk
blob96f29a76ead537e2c1d9f6a2cd4887b7c6c56d6c
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_update_autoconf_configs,firebird,\
17 builds/make.new/config \
18 extern/editline \
21 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
22 external/firebird/firebird.disable-ib-util-not-found.patch.1 \
23 external/firebird/firebird-Engine12.patch \
24 external/firebird/firebird-rpath.patch.0 \
25 external/firebird/firebird-cloop-compiler.patch.1 \
26 external/firebird/firebird-gcc6.patch.1 \
27 external/firebird/wnt-dbgutil.patch \
28 external/firebird/libc++.patch \
29 external/firebird/0001-Avoid-hangup-in-SS-when-error-happens-at-system-atta.patch.1 \
30 external/firebird/0002-Backported-fix-for-CORE-5452-Segfault-when-engine-s-.patch.1 \
31 external/firebird/c++17.patch \
32 external/firebird/ubsan.patch \
33 external/firebird/asan.patch \
36 ifeq ($(OS),WNT)
37 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
38 external/firebird/firebird-cygwin-msvc.patch \
39 external/firebird/firebird-vs2017.patch.1 \
41 endif
43 ifeq ($(OS),MACOSX)
44 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
45 external/firebird/firebird-configure-x86-64-macosx.patch.1 \
46 external/firebird/firebird-macosx.patch.1 \
47 external/firebird/macosx-elcapitan-dyld.patch \
49 endif
51 ifneq ($(filter -fsanitize=%,$(CC)),)
52 $(eval $(call gb_UnpackedTarball_add_patches,firebird, \
53 external/firebird/sanitizer.patch \
55 endif
57 # vim: set noet sw=4 ts=4: