mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
14 lines
555 B
Makefile
14 lines
555 B
Makefile
--- sc/Module_sc.mk.orig 2017-01-12 00:54:33 UTC
|
|
+++ sc/Module_sc.mk
|
|
@@ -54,8 +54,9 @@ $(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 \
|
|
- CppunitTest_sc_subsequent_export_test \
|
|
+ $(if $(filter FREEBSD,$(OS)),, \
|
|
+ CppunitTest_sc_subsequent_filters_test \
|
|
+ CppunitTest_sc_subsequent_export_test) \
|
|
CppunitTest_sc_html_export_test \
|
|
CppunitTest_sc_opencl_test \
|
|
CppunitTest_sc_copypaste \
|