[Libreoffice-commits] .: desktop/Executable_officeloader.mk
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Thu Sep 15 16:37:34 PDT 2011
desktop/Executable_officeloader.mk | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
New commits:
commit 4dd88c9f10ed79a2135076c55e7b528a271686a7
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Sep 15 18:17:58 2011 -0500
fix build blocker in desktop on MacOSX
diff --git a/desktop/Executable_officeloader.mk b/desktop/Executable_officeloader.mk
index 553c9f1..7f1898e 100644
--- a/desktop/Executable_officeloader.mk
+++ b/desktop/Executable_officeloader.mk
@@ -46,16 +46,17 @@ endif
ifeq ($(OS),MACOSX)
-$(eval $(call gb_Executable_set_ldflags,officeloader,\
- $(filter -bind_at_load,$$(LDFLAGS)) \
-))
+# I'm not suer wht was the intent, but that break the link
+#$(eval $(call gb_Executable_set_ldflags,officeloader,\
+# $(filter -bind_at_load,$$(LDFLAGS)) \
+#))
$(eval $(call gb_Executable_add_noexception_objects,officeloader,\
desktop/unx/source/officeloader/officeloader \
))
$(eval $(call gb_Executable_add_cobjects,officeloader,\
- desktop/source/app/copyright_ascii_ooo.c \
+ desktop/source/app/copyright_ascii_ooo \
))
endif
More information about the Libreoffice-commits
mailing list