summaryrefslogtreecommitdiff
path: root/libvisio/UnpackedTarball_visio.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-10-02 23:12:49 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-10-02 23:13:10 +0200
commit7192f0ddaa937f6c63bfffed0b35146a0f97943a (patch)
treeb6917bd46acf2dd8242c4f60be3f2730a984419f /libvisio/UnpackedTarball_visio.mk
parentc2eb9698eff7412e6973e659f26e7e39eeaf2887 (diff)
Clean the path pushed to the API as much as possible
Change-Id: I5e68bc5aedc4c6e350e62b30472a1b3f0803c520
Diffstat (limited to 'libvisio/UnpackedTarball_visio.mk')
-rw-r--r--libvisio/UnpackedTarball_visio.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/libvisio/UnpackedTarball_visio.mk b/libvisio/UnpackedTarball_visio.mk
index aa9113bafd6d..15429c546290 100644
--- a/libvisio/UnpackedTarball_visio.mk
+++ b/libvisio/UnpackedTarball_visio.mk
@@ -11,4 +11,13 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,visio))
$(eval $(call gb_UnpackedTarball_set_tarball,visio,$(VISIO_TARBALL)))
+$(eval $(call gb_UnpackedTarball_set_patchlevel,visio,0))
+
+visio_patches :=
+# Somehow draw is very picky about what is a closed path
+visio_patches += libvisio-0.0.19.patch
+
+$(eval $(call gb_UnpackedTarball_add_patches,visio,\
+ $(foreach patch,$(visio_patches),libvisio/$(patch)) \
+))
# vim: set noet sw=4 ts=4: