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 # * external/firebird/0001-Fix-checks-for-null-HANDLE-in-Windows-only-code.patch.1 is upstream at
25 # <https://github.com/FirebirdSQL/firebird/pull/301> "Fix checks for null HANDLE in Windows-only
27 # * external/firebird/0001-extern-cloop-Missing-dependency-of-BIN_DIR-cloop-on-.patch.1 is upstream
28 # at <https://github.com/FirebirdSQL/firebird/pull/302> "extern/cloop: Missing dependency of
29 # $(BIN_DIR)/cloop on $(BIN_DIR)",
30 # * external/firebird/0001-extern-cloop-Missing-dependencies-of-compilations-on.patch.1 is upstream
31 # at <https://github.com/FirebirdSQL/firebird/pull/6948> "extern/cloop: Missing dependencies of
32 # compilations on output directories":
33 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
,\
34 external
/firebird
/firebird.disable-ib-util-not-found.patch
.1 \
35 external
/firebird
/firebird-Engine12.patch \
36 external
/firebird
/firebird-rpath.patch
.0 \
37 external
/firebird
/wnt-dbgutil.patch \
38 external
/firebird
/c
++17.patch \
39 external
/firebird
/ubsan.patch \
40 external
/firebird
/asan.patch \
41 external
/firebird
/firebird-tdf125284.patch
.1 \
42 external
/firebird
/0001-Make-comparison-operator-member-functions-const.patch
.1 \
43 external
/firebird
/0001-Fix-warning-on-Win64-build-231.patch
.1 \
44 external
/firebird
/macos-arm64.patch
.0 \
45 external
/firebird
/firebird-btyacc-add-explicit-rule.patch \
46 external
/firebird
/firebird-307.patch
.1 \
47 external
/firebird
/0001-Fix-checks-for-null-HANDLE-in-Windows-only-code.patch
.1 \
48 external
/firebird
/0001-extern-cloop-Missing-dependency-of-BIN_DIR-cloop-on-.patch
.1 \
49 external
/firebird
/msvc.patch \
50 external
/firebird
/wnt-per-process-trace-storage.patch
.1 \
51 external
/firebird
/0001-extern-cloop-Missing-dependencies-of-compilations-on.patch
.1 \
55 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
,\
56 external
/firebird
/firebird-cygwin-msvc.patch \
57 external
/firebird
/firebird-cygwin-msvc-warnings.patch \
58 external
/firebird
/firebird-vs2017.patch
.1 \
63 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
,\
64 external
/firebird
/firebird-macosx.patch
.1 \
65 external
/firebird
/macosx-elcapitan-dyld.patch \
69 ifeq ($(ENABLE_MACOSX_SANDBOX
),TRUE
)
70 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
,\
71 external
/firebird
/firebird-macosx-sandbox.patch
.1 \
75 ifneq ($(filter -fsanitize
=%,$(CC
)),)
76 $(eval
$(call gb_UnpackedTarball_add_patches
,firebird
, \
77 external
/firebird
/sanitizer.patch \
81 # vim: set noet sw=4 ts=4: