summaryrefslogtreecommitdiff
path: root/external/libcdr/UnpackedTarball_libcdr.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 19:01:30 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:33:37 +0000
commite65ca87fd172503635e44b57b541a20b2632b710 (patch)
tree8a999ee4c383ae5af7631402ce7633191a93c70d /external/libcdr/UnpackedTarball_libcdr.mk
parent63f6d64ca1f6944953c448f8f75acedb5df991c4 (diff)
fdo#70393: move libcdr to a subdir of external
Change-Id: If862bdfc338daa60a104e9b28924343363bb2fab Reviewed-on: https://gerrit.libreoffice.org/6328 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libcdr/UnpackedTarball_libcdr.mk')
-rw-r--r--external/libcdr/UnpackedTarball_libcdr.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/external/libcdr/UnpackedTarball_libcdr.mk b/external/libcdr/UnpackedTarball_libcdr.mk
new file mode 100644
index 000000000000..dff6a573a4c6
--- /dev/null
+++ b/external/libcdr/UnpackedTarball_libcdr.mk
@@ -0,0 +1,18 @@
+# -*- 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,libcdr))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,libcdr,$(CDR_TARBALL)))
+
+$(eval $(call gb_UnpackedTarball_add_patches,libcdr,\
+ external/libcdr/libcdr-wpx_seek_end.patch.1 \
+))
+
+# vim: set noet sw=4 ts=4: