RepositoryExternal.mk |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 9320802bf25dc2c7a8afc0304046883d3a0483d8
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Sat Feb 16 22:56:19 2013 +0100

    Better support for --with-system-boost --with-bost=...
    
    Change-Id: I57ff908d1b44dd2f54f2990389e9dca8cea0f282

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 4253e26..d0ad921 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -505,7 +505,14 @@ $(call gb_LinkTarget_add_libs,$(1),\
 
 endef
 
-gb_LinkTarget__use_boost_headers:=
+define gb_LinkTarget__use_boost_headers
+$(call gb_LinkTarget_set_include,$(1),\
+       $$(INCLUDE) \
+       $(BOOST_CPPFLAGS) \
+)
+
+endef
+
 gb_ExternalProject__use_boost_headers:=
 
 else # !SYSTEM_BOOST
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to