[Libreoffice-commits] core.git: svl/CppunitTest_svl_qa_cppunit.mk

Rene Engelhard rene at debian.org
Tue May 15 14:25:09 UTC 2018


 svl/CppunitTest_svl_qa_cppunit.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit fe4bc1c09d8f647c2ebb46e9ce6e2a07ee65cdf8
Author: Rene Engelhard <rene at debian.org>
Date:   Tue May 15 15:57:29 2018 +0200

    CppunitTest_svl_qa_cppunit: fix system-libnumbertext build
    
    libnumbertext_numbertext package doesn't exist...
    
    Change-Id: I5fc7c9c2386c10a10f2980655292ab12beb1a977

diff --git a/svl/CppunitTest_svl_qa_cppunit.mk b/svl/CppunitTest_svl_qa_cppunit.mk
index a067efe8794f..4f3cdcae7b63 100644
--- a/svl/CppunitTest_svl_qa_cppunit.mk
+++ b/svl/CppunitTest_svl_qa_cppunit.mk
@@ -28,10 +28,12 @@ $(eval $(call gb_CppunitTest_use_externals,svl_qa_cppunit, \
 ))
 
 ifeq ($(ENABLE_LIBNUMBERTEXT),TRUE)
+ifneq ($(SYSTEM_LIBNUMBERTEXT),YES)
 $(eval $(call gb_CppunitTest_use_package,svl_qa_cppunit, \
     libnumbertext_numbertext \
 ))
 endif
+endif
 
 $(eval $(call gb_CppunitTest_add_defs,svl_qa_cppunit, \
     -DENABLE_LIBNUMBERTEXT=$(if $(filter TRUE,$(ENABLE_LIBNUMBERTEXT)),1,0) \


More information about the Libreoffice-commits mailing list