summaryrefslogtreecommitdiff
path: root/sd/Module_sd.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-12-12 01:24:07 +0100
committerMatúš Kukan <matus@libreoffice.org>2015-12-12 10:03:37 +0000
commit6ac9a4f0a36677216660b29e26ce99c3b0a51e36 (patch)
tree5f081f2e47488e6bcb43d6d05e3d4001c6072e4c /sd/Module_sd.mk
parentaacf715527f73b3c3eda65e43a74975bc653586f (diff)
Make .mk files more portable
Replace some -ldl by $(DLOPEN_LIBS) Add some FREEBSD tests Change-Id: Ic30fe29b938d877694db2927775f89de15c02d87 Reviewed-on: https://gerrit.libreoffice.org/20652 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r--sd/Module_sd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 09b36b2cbfb1..ae1a83f49b37 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_l10n_targets,sd,\
UIConfig_simpress \
))
-ifneq ($(OS),DRAGONFLY)
+ifeq ($(filter DRAGONFLY FREEBSD,$(OS)),)
$(eval $(call gb_Module_add_check_targets,sd,\
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
CppunitTest_sd_uimpress) \