79d74f036f
Downloaded from https://gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.1.tar.bz2 Change-Id: Ie56dd4d88998c6b2a825a502aa34bae3436d2b25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169198 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
26 lines
995 B
Makefile
26 lines
995 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,libassuan))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,libassuan,$(LIBASSUAN_TARBALL)))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchlevel,libassuan,0))
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,libassuan, \
|
|
external/libassuan/find-libgpg-error.patch \
|
|
external/libassuan/drop_putc_unlocked.patch.1 \
|
|
external/libassuan/fix-autoconf-macros.patch \
|
|
$(if $(filter MSC,$(COM)),external/libassuan/w32-build-fixes.patch.1) \
|
|
external/libassuan/w32-build-fixes-2.patch \
|
|
$(if $(filter LINUX,$(OS)),external/libassuan/rpath.patch) \
|
|
external/libassuan/w32-stdc.patch \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|