pkgsrc/misc/libreoffice/patches/patch-sd_Module_sd.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

15 lines
440 B
Makefile

$NetBSD: patch-sd_Module_sd.mk,v 1.1.1.1 2012/06/01 06:12:14 wiz Exp $
Disable unit tests crashing on DragonFly and NetBSD
--- sd/Module_sd.mk.orig 2012-01-09 22:08:58.000000000 +0000
+++ sd/Module_sd.mk
@@ -40,7 +40,7 @@ $(eval $(call gb_Module_add_targets,sd,\
Package_xml \
))
-ifneq ($(OS),DRAGONFLY)
+ifeq (,$(filter DRAGONFLY NETBSD,$(OS)))
$(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_uimpress \
))