summaryrefslogtreecommitdiff
path: root/external/libxslt/UnpackedTarball_xslt.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 22:27:30 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:41:44 +0000
commit8d46e3968cf68b6ef6a370084b4cc37dbdda1708 (patch)
tree8ea21dc24e92d866526aad7da9db959c729492ca /external/libxslt/UnpackedTarball_xslt.mk
parentf2b51cdfd6fee45ff2062fa6fb46893eba56c02c (diff)
fdo#70393: move libxslt to a subdir of external
Change-Id: Ibf6fd5c32a62752044e70961cf33b05fdcdce104 Reviewed-on: https://gerrit.libreoffice.org/6340 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libxslt/UnpackedTarball_xslt.mk')
-rw-r--r--external/libxslt/UnpackedTarball_xslt.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/external/libxslt/UnpackedTarball_xslt.mk b/external/libxslt/UnpackedTarball_xslt.mk
new file mode 100644
index 000000000000..b6b20b5136a8
--- /dev/null
+++ b/external/libxslt/UnpackedTarball_xslt.mk
@@ -0,0 +1,25 @@
+# -*- 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,xslt))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,xslt,$(LIBXSLT_TARBALL)))
+
+$(eval $(call gb_UnpackedTarball_add_patches,xslt,\
+ external/libxslt/libxslt-configure.patch \
+ external/libxslt/libxslt-win_manifest.patch \
+ external/libxslt/libxslt-mingw.patch \
+ external/libxslt/libxslt-internal-symbols.patch \
+ external/libxslt/libxslt-aix.patch \
+ external/libxslt/libxslt-vc10.patch \
+ external/libxslt/libxslt-1.1.26-memdump.patch \
+ $(if $(filter ANDROID,$(OS)),external/libxslt/libxslt-android.patch) \
+))
+
+# vim: set noet sw=4 ts=4: