summaryrefslogtreecommitdiff
path: root/external/libxml2/UnpackedTarball_xml2.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-14 14:54:07 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-15 11:03:05 +0200
commit84b0f0631574832c5939cc63456fd1322e67339f (patch)
tree6f280d08f6eb125b0efb113c509dbadd91684f29 /external/libxml2/UnpackedTarball_xml2.mk
parentb0e0ee45d667df1473b47e441a6911dd2b4eadba (diff)
consistent naming of externals: xml2 -> libxml2
Change-Id: Ia1164c70d02dce70cb346c1fd4033f12d91c6e5d Reviewed-on: https://gerrit.libreoffice.org/42297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/libxml2/UnpackedTarball_xml2.mk')
-rw-r--r--external/libxml2/UnpackedTarball_xml2.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/external/libxml2/UnpackedTarball_xml2.mk b/external/libxml2/UnpackedTarball_xml2.mk
deleted file mode 100644
index 9864c3c4d726..000000000000
--- a/external/libxml2/UnpackedTarball_xml2.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- 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,xml2))
-
-$(eval $(call gb_UnpackedTarball_set_tarball,xml2,$(LIBXML_TARBALL),,libxml2))
-
-$(eval $(call gb_UnpackedTarball_add_patches,xml2,\
- external/libxml2/libxml2-config.patch.1 \
- external/libxml2/libxml2-global-symbols.patch \
- external/libxml2/libxml2-vc10.patch \
- $(if $(filter ANDROID,$(OS)),external/libxml2/libxml2-android.patch) \
- external/libxml2/libxml2-icu.patch.0 \
- external/libxml2/libxml2-iOS.patch.0 \
-))
-
-# vim: set noet sw=4 ts=4: