[Libreoffice-commits] .: RepositoryExternal.mk

Christian Lohmaier cloph at kemper.freedesktop.org
Fri Mar 23 19:55:42 PDT 2012


 RepositoryExternal.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 2d3c700725736a5e59e60b80018582480674074d
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Sat Mar 24 03:54:52 2012 +0100

    help XCode 2.5 resolve @loader_path/libfoo.dylib

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 1a054c7..c6a033c 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -407,6 +407,12 @@ $(call gb_LinkTarget_add_linked_libs,$(1),\
 	rdf \
 )
 
+ifeq ($(OS),MACOSX)
+
+$(call gb_LinkTarget_add_libs,$(1),$(foreach replaceme,librasqal.1 libraptor.1,-dylib_file @loader_path/$(replaceme).dylib:$(gb_Library_OUTDIRLOCATION)/$(replaceme).dylib))
+
+endif
+
 endef
 
 endif # SYSTEM_REDLAND


More information about the Libreoffice-commits mailing list