pkgsrc/misc/libreoffice/patches/patch-sc_Module_sc.mk
wiz b542dc99b9 Initial import of libreoffice-3.5.4.2 from wip, packaged by Francois Tigeot.
Doesn't work on NetBSD-6, but reportedly works on NetBSD-5*/amd64 and /i386,
as well as DragonFly/x86_64 and /i386.

LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
2012-06-01 06:12:13 +00:00

18 lines
534 B
Makefile

$NetBSD: patch-sc_Module_sc.mk,v 1.1.1.1 2012/06/01 06:12:14 wiz Exp $
Disable unit tests crashing on DragonFly and NetBSD
--- sc/Module_sc.mk.orig 2012-01-09 22:08:58.000000000 +0000
+++ sc/Module_sc.mk
@@ -34,11 +34,6 @@ $(eval $(call gb_Module_add_targets,sc,\
Package_xml \
))
-$(eval $(call gb_Module_add_check_targets,sc,\
- CppunitTest_sc_filters_test \
- CppunitTest_sc_ucalc \
-))
-
$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_macros_test \
CppunitTest_sc_cellrangesbase \