summaryrefslogtreecommitdiffstats
path: root/libreofficekit/Module_libreofficekit.mk
diff options
context:
space:
mode:
authorRichard PALO <richard@NetBSD.org>2015-09-15 15:58:51 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-10-20 15:17:58 +0000
commitfd612a144c0028972513a18167a13d29326a1798 (patch)
tree66208cb56cc22e7d7b942f029a46f3213bb3a1a2 /libreofficekit/Module_libreofficekit.mk
parentlok::Document::saveAs: add Writer/Impress/Draw png mapping (diff)
downloadcore-fd612a144c0028972513a18167a13d29326a1798.tar.gz
core-fd612a144c0028972513a18167a13d29326a1798.zip
Add DLOPEN_LIBS to configure for some cases where -ldl is needed
use std::sqrt in vcldemo.cxx Change-Id: I24d8ba15ee267d0cad3b063df9b7cfd8d284f4ee Reviewed-on: https://gerrit.libreoffice.org/18591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'libreofficekit/Module_libreofficekit.mk')
-rw-r--r--libreofficekit/Module_libreofficekit.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreofficekit/Module_libreofficekit.mk b/libreofficekit/Module_libreofficekit.mk
index 0b2fd4ae103d..7d1c5ead764e 100644
--- a/libreofficekit/Module_libreofficekit.mk
+++ b/libreofficekit/Module_libreofficekit.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_Module_Module,libreofficekit))
-ifeq ($(OS),LINUX)
+ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
CppunitTest_libreofficekit_tiledrendering \
@@ -23,6 +23,6 @@ $(eval $(call gb_Module_add_targets,libreofficekit,\
))
endif # ($(ENABLE_GTK3),)
-endif # ($(OS),LINUX)
+endif
# vim: set ts=4 sw=4 et: