[Libreoffice-commits] core.git: starmath/Library_sm.mk

Justin Luth justin_luth at sil.org
Tue Oct 13 09:28:44 PDT 2015


 starmath/Library_sm.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d8f46f854ee64ad9fe6356a8d4b30f98f3b20135
Author: Justin Luth <justin_luth at sil.org>
Date:   Tue Oct 13 16:34:49 2015 +0300

    enable ICU_HEADER includes for starmath
    
    Although $include <i18nutils/unicode.hxx> compiles on Linux,
    it doesn't compile on the Mac without this.
    
    Change-Id: I56eae77b1c293b2348ca1fd7b38b543ea713557d
    Reviewed-on: https://gerrit.libreoffice.org/19355
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Justin Luth <justin_luth at sil.org>
    Tested-by: Justin Luth <justin_luth at sil.org>

diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index a648b8c..6aa75b3 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -25,7 +25,7 @@ $(eval $(call gb_Library_add_defs,sm,\
 	-DSM_DLLIMPLEMENTATION \
 ))
 
-$(eval $(call gb_Library_use_external,sm,boost_headers))
+$(eval $(call gb_Library_use_external,sm,boost_headers,icu_headers))
 
 $(eval $(call gb_Library_use_custom_headers,sm,\
 	officecfg/registry \


More information about the Libreoffice-commits mailing list