diff options
Diffstat (limited to 'editors/libreoffice/files/patch-sc_Module__sc.mk')
-rw-r--r-- | editors/libreoffice/files/patch-sc_Module__sc.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/libreoffice/files/patch-sc_Module__sc.mk b/editors/libreoffice/files/patch-sc_Module__sc.mk index e7e2adca8e51..4e4c3c5c36bc 100644 --- a/editors/libreoffice/files/patch-sc_Module__sc.mk +++ b/editors/libreoffice/files/patch-sc_Module__sc.mk @@ -1,12 +1,12 @@ ---- sc/Module_sc.mk.orig 2015-08-22 06:41:35 UTC +--- sc/Module_sc.mk.orig 2016-10-28 14:50:26 UTC +++ sc/Module_sc.mk @@ -54,7 +54,8 @@ $(eval $(call gb_Module_add_check_target $(eval $(call gb_Module_add_slowcheck_targets,sc, \ - CppunitTest_sc_condformats \ - CppunitTest_sc_new_cond_format_api \ -- CppunitTest_sc_subsequent_filters_test \ -+ $(if $(filter FREEBSD,$(OS)),, \ -+ CppunitTest_sc_subsequent_filters_test) \ - CppunitTest_sc_subsequent_export_test \ - CppunitTest_sc_bugfix_test \ - CppunitTest_sc_html_export_test \ + CppunitTest_sc_condformats \ + CppunitTest_sc_new_cond_format_api \ +- CppunitTest_sc_subsequent_filters_test \ ++ $(if $(filter FEEBSD,$(OS)),, ++ CppunitTest_sc_subsequent_filters_test) \ + CppunitTest_sc_subsequent_export_test \ + CppunitTest_sc_html_export_test \ + CppunitTest_sc_opencl_test \ |