Bump for 4.0-11
[LibreOffice.git] / libwpg / UnpackedTarball_wpg.mk
blobd53cf5fef0faf2446cb1c7ea8cf3441f06eabd12
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,wpg))
12 $(eval $(call gb_UnpackedTarball_set_tarball,wpg,$(WPG_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_add_patches,wpg,\
15 libwpg/libwpg-0.2.1-warning.patch \
17 # libwpg/libwpg-0.2.1-warning.patch: see upstream
18 # <http://libwpg.git.sourceforge.net/git/gitweb.cgi?p=libwpg/libwpg;a=commit;
19 # h=5cf190eb365df00a1446738b3ab0d3e55291def3> "Fix clang build" and
20 # <http://libwpg.git.sourceforge.net/git/gitweb.cgi?p=libwpg/libwpg;a=commit;
21 # h=f98c1f4308b75ccbb2b98ed8b4011b4f84e841d3> "-Werror,-Wunused-private-field"
23 # vim: set noet sw=4 ts=4: