mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
--- sw/Module_sw.mk.orig 2017-05-03 16:46:29 UTC
|
|
+++ sw/Module_sw.mk
|
|
@@ -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_ww8import) \
|
|
CppunitTest_sw_rtfexport \
|
|
CppunitTest_sw_rtfimport \
|
|
CppunitTest_sw_odfexport \
|
|
CppunitTest_sw_odfimport \
|
|
- CppunitTest_sw_uiwriter \
|
|
+ $(if $(filter FREEBSD,$(OS)),, \
|
|
+ CppunitTest_sw_uiwriter) \
|
|
CppunitTest_sw_mailmerge \
|
|
CppunitTest_sw_globalfilter \
|
|
))
|