sd/CppunitTest_sd_import_tests-smartart.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0f132270b4596eb4dae669be48fc34117a687efa
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Thu Oct 26 11:05:00 2023 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Thu Oct 26 17:03:30 2023 +0200

    No --without-fonts gb_CppunitTest_set_non_application_font_use,*,abort
    
    ...which had caused an (explicit --without-fonts) Fedora build to hit the
    std::abort in PrintFontManager::Substitute
    (vcl/unx/generic/fontmanager/fontconfig.cxx) during
    CppunitTest_sd_import_tests-smartart's testTdf134221::TestBody, apparently 
for
    some aTargetName = "DejaVu Sans"
    
    Change-Id: I3b050eb3225595e6ce22a8df22dbb11f920cac4e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158492
    Reviewed-by: Dan HorĂ¡k <[email protected]>
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/sd/CppunitTest_sd_import_tests-smartart.mk 
b/sd/CppunitTest_sd_import_tests-smartart.mk
index 72e0dead7731..22ad3c4a5e05 100644
--- a/sd/CppunitTest_sd_import_tests-smartart.mk
+++ b/sd/CppunitTest_sd_import_tests-smartart.mk
@@ -11,6 +11,8 @@
 
 $(eval $(call sd_import_test,-smartart))
 
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
 $(eval $(call 
gb_CppunitTest_set_non_application_font_use,sd_import_tests-smartart,abort))
+endif
 
 # vim: set noet sw=4 ts=4:

Reply via email to