summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2024-07-09 02:20:40 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-07-09 16:30:52 +0200
commit6dc23b7bfffd5b9baa2d63f8a58df51e3447e9e0 (patch)
tree59a7de7ee438d00fcfa8eba094292f363b278e7a /external
parentf52dc148f2f425288333feecd7b807a2e27084ac (diff)
lxml: do not apply replace-setuptools-with-distutils on macosx
it has setuptools support Change-Id: Ia66d3e6398044fc6ae8ac1f70afc3a8fdf23fe2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170175 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins
Diffstat (limited to 'external')
-rw-r--r--external/lxml/UnpackedTarball_lxml.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/lxml/UnpackedTarball_lxml.mk b/external/lxml/UnpackedTarball_lxml.mk
index 0216801cb1a8..b0e564a6c4bd 100644
--- a/external/lxml/UnpackedTarball_lxml.mk
+++ b/external/lxml/UnpackedTarball_lxml.mk
@@ -13,8 +13,10 @@ $(eval $(call gb_UnpackedTarball_set_tarball,lxml,$(LXML_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,lxml,0))
+ifneq ($(OS),MACOSX)
$(eval $(call gb_UnpackedTarball_add_patches,lxml, \
external/lxml/replace-setuptools-with-distutils.patch.1 \
))
+endif
# vim: set noet sw=4 ts=4: