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 \
21 # * external/firebird/0001-Make-comparison-operator-member-functions-const.patch.1 is upstream at
22 # <https://github.com/FirebirdSQL/firebird/pull/227> "Make comparison operator member functions
24 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
,\
25 external
/firebird
/firebird.disable-ib-util-not-found.patch
.1 \
26 external
/firebird
/firebird-Engine12.patch \
27 external
/firebird
/firebird-rpath.patch
.0 \
28 external
/firebird
/firebird-cloop-compiler.patch
.1 \
29 external
/firebird
/firebird-gcc6.patch
.1 \
30 external
/firebird
/wnt-dbgutil.patch \
31 external
/firebird
/libc
++.patch \
32 external
/firebird
/0001-Avoid-hangup-in-SS-when-error-happens-at-system-atta.patch
.1 \
33 external
/firebird
/0002-Backported-fix-for-CORE-5452-Segfault-when-engine-s-.patch
.1 \
34 external
/firebird
/c
++17.patch \
35 external
/firebird
/ubsan.patch \
36 external
/firebird
/asan.patch \
37 external
/firebird
/firebird-tdf125284.patch
.1 \
38 external
/firebird
/0001-Make-comparison-operator-member-functions-const.patch
.1 \
42 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
,\
43 external
/firebird
/firebird-cygwin-msvc.patch \
44 external
/firebird
/firebird-vs2017.patch
.1 \
49 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
,\
50 external
/firebird
/firebird-configure-x86-64-macosx.patch
.1 \
51 external
/firebird
/firebird-macosx.patch
.1 \
52 external
/firebird
/macosx-elcapitan-dyld.patch \
56 ifneq ($(filter -fsanitize
=%,$(CC
)),)
57 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
, \
58 external
/firebird
/sanitizer.patch \
62 # vim: set noet sw=4 ts=4: