office-gobmx/external/zxing/UnpackedTarball_zxing.mk
Mike Kaganski cbf7c0da0f zxing: fix build after upgrade to v.2.0
Change-Id: If1b85a1f9f1b562aed8f357fd34434c8fe97e2f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147737
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-02-26 16:08:02 +00:00

22 lines
745 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,zxing))
$(eval $(call gb_UnpackedTarball_set_tarball,zxing,$(ZXING_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,zxing,1))
$(eval $(call gb_UnpackedTarball_add_patches,zxing, \
external/zxing/undeprecate-warning.patch.0 \
external/zxing/no_sanitize_ignored.patch.0 \
external/zxing/invalid_argument.patch.1 \
))
# vim: set noet sw=4 ts=4: