diff options
Diffstat (limited to 'editors/libreoffice/files/patch-sw_Module__sw.mk')
-rw-r--r-- | editors/libreoffice/files/patch-sw_Module__sw.mk | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/editors/libreoffice/files/patch-sw_Module__sw.mk b/editors/libreoffice/files/patch-sw_Module__sw.mk index 2d791b2ce6af..6c7a775644de 100644 --- a/editors/libreoffice/files/patch-sw_Module__sw.mk +++ b/editors/libreoffice/files/patch-sw_Module__sw.mk @@ -1,19 +1,28 @@ ---- sw/Module_sw.mk.orig 2017-04-25 20:44:01 UTC +--- sw/Module_sw.mk.orig 2017-05-03 16:46:29 UTC +++ sw/Module_sw.mk -@@ -58,17 +58,20 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ - CppunitTest_sw_ooxmlexport4 \ +@@ -55,23 +55,28 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ + CppunitTest_sw_ooxmlexport \ + CppunitTest_sw_ooxmlexport2 \ + CppunitTest_sw_ooxmlexport3 \ +- CppunitTest_sw_ooxmlexport4 \ ++ $(if $(filter FREEBSD,$(OS)),, \ ++ CppunitTest_sw_ooxmlexport4) \ CppunitTest_sw_ooxmlexport5 \ CppunitTest_sw_ooxmlexport6 \ - CppunitTest_sw_ooxmlexport7 \ + $(if $(filter FREEBSD,$(OS)),, \ + CppunitTest_sw_ooxmlexport7) \ + CppunitTest_sw_ooxmlexport8 \ + CppunitTest_sw_ooxmlexport9 \ CppunitTest_sw_ooxmlfieldexport \ CppunitTest_sw_ooxmlw14export \ CppunitTest_sw_ooxmlimport \ - CppunitTest_sw_ww8export \ ++ $(if $(filter FREEBSD,$(OS)),, \ ++ CppunitTest_sw_ww8export) \ + CppunitTest_sw_ww8export2 \ - CppunitTest_sw_ww8import \ + $(if $(filter FREEBSD,$(OS)),, \ -+ CppunitTest_sw_ww8export \ + CppunitTest_sw_ww8import) \ CppunitTest_sw_rtfexport \ CppunitTest_sw_rtfimport \ |