174d1d3f3b
Since
commit 05aedcba66
Author: Stephan Bergmann <sbergman@redhat.com>
Date: Thu Jan 21 23:19:20 2021 +0100
Fix use of -fvisibility=hidden with Clang in external/libcdr, external/libqxp
Change-Id: Idb97eaea30f5a2b15379b18981455532de0308b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177330
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
23 lines
758 B
Makefile
23 lines
758 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_UnpackedTarball_UnpackedTarball,libqxp))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,libqxp,$(QXP_TARBALL)))
|
|
|
|
$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libqxp))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchlevel,libqxp,0))
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,libqxp, \
|
|
external/libqxp/android-workaround.patch.1 \
|
|
external/libqxp/ax_gcc_func_attribute.m4.patch \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|