starmath/Library_sm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8f46f854ee64ad9fe6356a8d4b30f98f3b20135 Author: Justin Luth <justin_l...@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 <c...@libreoffice.org> Reviewed-by: Justin Luth <justin_l...@sil.org> Tested-by: Justin Luth <justin_l...@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 \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits