summaryrefslogtreecommitdiff
path: root/external/poppler/UnpackedTarball_poppler.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-03 20:21:01 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 02:31:25 -0600
commit40276b4ceb72f1d070bb1457ed5b403b35ca4deb (patch)
treed3853c906a5732c5d4de226f727cb4a38e58d80a /external/poppler/UnpackedTarball_poppler.mk
parentfde2065b0f3266fc7ee9e1b85733e3ddcf1c9e03 (diff)
fdo#70393: move poppler to a subdir of external
Change-Id: I399df92d2b6907c129e18f3a55afeadf02783c14 Reviewed-on: https://gerrit.libreoffice.org/6548 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/poppler/UnpackedTarball_poppler.mk')
-rw-r--r--external/poppler/UnpackedTarball_poppler.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/external/poppler/UnpackedTarball_poppler.mk b/external/poppler/UnpackedTarball_poppler.mk
new file mode 100644
index 000000000000..93c8fa19a772
--- /dev/null
+++ b/external/poppler/UnpackedTarball_poppler.mk
@@ -0,0 +1,21 @@
+# -*- 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,poppler))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,poppler,$(POPPLER_TARBALL),,poppler))
+
+$(eval $(call gb_UnpackedTarball_add_patches,poppler,\
+ external/poppler/poppler-notests.patch.1 \
+ external/poppler/poppler-snprintf.patch.1 \
+ external/poppler/poppler-mac-fake.patch.1 \
+ external/poppler/poppler-nochecknew.patch.1 \
+))
+
+# vim: set noet sw=4 ts=4: