sd: sidebars are now visible in LOOL
[LibreOffice.git] / external / breakpad / UnpackedTarball_breakpad.mk
blobb70510234e38a43da3388bf2b1acfdc987168004
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,breakpad))
12 $(eval $(call gb_UnpackedTarball_set_patchlevel,breakpad,0))
14 $(eval $(call gb_UnpackedTarball_set_tarball,breakpad,$(BREAKPAD_TARBALL)))
16 # external/breakpad/0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch upstreamed at
17 # <https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1176811> "Handle race between
18 # ExceptionHandler::SignalHandler and ~ExceptionHandler":
19 $(eval $(call gb_UnpackedTarball_add_patches,breakpad,\
20 external/breakpad/breakpad-use-correct-http-header.patch.1 \
21 external/breakpad/breakpad-wshadow.patch.1 \
22 external/breakpad/breakpad-wshadow2.patch.1 \
23 external/breakpad/breakpad-stackwalk.patch.1 \
24 external/breakpad/ucontext.patch \
25 external/breakpad/0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch.1 \
28 ifeq ($(COM_IS_CLANG),TRUE)
29 ifneq ($(filter -fsanitize=%,$(CC)),)
30 $(eval $(call gb_UnpackedTarball_add_patches,breakpad, \
31 external/breakpad/ubsan.patch \
33 endif
34 endif
36 # vim: set noet sw=4 ts=4: