summaryrefslogtreecommitdiff
path: root/external/libvisio/UnpackedTarball_libvisio.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-09-29 13:11:20 +0200
committerDavid Tardon <dtardon@redhat.com>2017-10-04 08:12:43 +0200
commitf2db08b28e99c61c44bc057d03de926ac33d93b7 (patch)
tree5c1631b28831ccff870b0d24a8806a66d5e6dbd8 /external/libvisio/UnpackedTarball_libvisio.mk
parent4b5574ef48a4745a2073ca1b7c50169fdc83b068 (diff)
use the new gbuild way to update config.*
Change-Id: I43805ac8c3d5c1b65519da02c3cc50fdb9729ea6 Reviewed-on: https://gerrit.libreoffice.org/42941 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libvisio/UnpackedTarball_libvisio.mk')
-rw-r--r--external/libvisio/UnpackedTarball_libvisio.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/external/libvisio/UnpackedTarball_libvisio.mk b/external/libvisio/UnpackedTarball_libvisio.mk
index 62f42ab17044..eba43f3b7a6e 100644
--- a/external/libvisio/UnpackedTarball_libvisio.mk
+++ b/external/libvisio/UnpackedTarball_libvisio.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_UnpackedTarball_set_tarball,libvisio,$(VISIO_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,libvisio,0))
+$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libvisio))
+
$(eval $(call gb_UnpackedTarball_add_patches,libvisio, \
external/libvisio/ubsan.patch \
))
@@ -25,8 +27,4 @@ $(eval $(call gb_UnpackedTarball_add_patches,libvisio, \
endif
endif
-$(eval $(call gb_UnpackedTarball_add_patches,libvisio, \
- external/libvisio/iOS.patch.0 \
-))
-
# vim: set noet sw=4 ts=4: