[Libreoffice-commits] core.git: filter/Library_t602filter.mk i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk lingucomponent/Library_guesslang.mk shell/Executable_lngconvex.mk svl/Library_passwordcontainer.mk

Tor Lillqvist tml at collabora.com
Thu Sep 19 01:13:16 PDT 2013


 filter/Library_t602filter.mk                            |    2 ++
 i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk |    2 ++
 lingucomponent/Library_guesslang.mk                     |    2 ++
 shell/Executable_lngconvex.mk                           |    2 ++
 svl/Library_passwordcontainer.mk                        |    2 ++
 5 files changed, 10 insertions(+)

New commits:
commit 19d7fd2c412e3c545a69b3fa801661743e4938bb
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Sep 19 11:11:49 2013 +0300

    Sprinkle more boost_headers love
    
    Fix compilation errors when not using system boost. Might be more.
    
    It's sad that one has to micro-manage boost use like this.
    
    Change-Id: I3541789530fbdb0fb03e2b355144e63f8b031097

diff --git a/filter/Library_t602filter.mk b/filter/Library_t602filter.mk
index 8e7081f..a3735f5 100644
--- a/filter/Library_t602filter.mk
+++ b/filter/Library_t602filter.mk
@@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,t602filter))
 
 $(eval $(call gb_Library_set_componentfile,t602filter,filter/source/t602/t602filter))
 
+$(eval $(call gb_Library_use_external,t602filter,boost_headers))
+
 $(eval $(call gb_Library_use_sdk_api,t602filter))
 
 $(eval $(call gb_Library_use_libraries,t602filter,\
diff --git a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
index 2eec5a9..3907641 100644
--- a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
+++ b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
@@ -9,6 +9,8 @@
 
 $(eval $(call gb_CppunitTest_CppunitTest,i18nlangtag_test_languagetag))
 
+$(eval $(call gb_CppunitTest_use_external,i18nlangtag_test_languagetag,boost_headers))
+
 $(eval $(call gb_CppunitTest_use_api,i18nlangtag_test_languagetag,\
 	udkapi \
 	offapi \
diff --git a/lingucomponent/Library_guesslang.mk b/lingucomponent/Library_guesslang.mk
index d2860ae..a03dac2 100644
--- a/lingucomponent/Library_guesslang.mk
+++ b/lingucomponent/Library_guesslang.mk
@@ -12,6 +12,8 @@ $(eval $(call gb_Library_Library,guesslang))
 
 $(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang))
 
+$(eval $(call gb_Library_use_external,guesslang,boost_headers))
+
 $(eval $(call gb_Library_use_sdk_api,guesslang))
 
 $(eval $(call gb_Library_use_libraries,guesslang,\
diff --git a/shell/Executable_lngconvex.mk b/shell/Executable_lngconvex.mk
index ee01719..220f872 100644
--- a/shell/Executable_lngconvex.mk
+++ b/shell/Executable_lngconvex.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_Executable_add_defs,lngconvex,\
 	-D_NTSDK \
 ))
 
+$(eval $(call gb_Executable_use_external,lngconvex,boost_headers))
+
 $(eval $(call gb_Executable_use_sdk_api,lngconvex))
 
 $(eval $(call gb_Executable_use_libraries,lngconvex,\
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index 28f63a1..dc42bb1 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,passwordcontainer))
 
 $(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer))
 
+$(eval $(call gb_Library_use_external,passwordcontainer,boost_headers))
+
 $(eval $(call gb_Library_set_include,passwordcontainer,\
     -I$(SRCDIR)/svl/source/inc \
     $$(INCLUDE) \


More information about the Libreoffice-commits mailing list