ports/editors/libreoffice/patches/patch-sdext_Module_sdext_mk

17 lines
377 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sdext/Module_sdext.mk
--- sdext/Module_sdext.mk.orig
+++ sdext/Module_sdext.mk
2023-08-24 08:00:32 +00:00
@@ -25,12 +25,6 @@ $(eval $(call gb_Module_add_targets,sdext,\
2023-08-16 22:26:55 +00:00
Package_pdfimport_xpdfimport \
))
endif
-
-$(eval $(call gb_Module_add_check_targets,sdext,\
- CppunitTest_sdext_pdfimport \
- Executable_pdf2xml \
- Executable_pdfunzip \
-))
endif
# vim:set noet sw=4 ts=4: