RepositoryExternal.mk |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit f51656c5b29ee317daa92aa9937fc65b66ab3e83
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue May 31 13:32:15 2016 +0200

    Reuse BOOST_CPPFLAGS computed by configure.ac
    
    Change-Id: I58cba84030f6a7872f912e0136dfb8d3970ac890

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 938bfc0..563c0d4 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -715,8 +715,7 @@ endef
 define gb_LinkTarget__use_boost_headers
 $(call gb_LinkTarget_use_unpacked,$(1),boost)
 $(call gb_LinkTarget_set_include,$(1),\
-       $(if $(or $(COM_IS_CLANG),$(filter 
GCC,$(COM))),-I$(SRCDIR)/external/boost/include) \
-       -I$(call gb_UnpackedTarball_get_dir,boost) \
+       $(BOOST_CPPFLAGS) \
        $$(INCLUDE) \
 )
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to