[Libreoffice-commits] .: RepositoryExternal.mk
Michael Stahl
mst at kemper.freedesktop.org
Thu Apr 19 07:23:21 PDT 2012
RepositoryExternal.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6cd7aa59a8bc918f637a68df8002c4b58e9469f4
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Apr 19 16:16:07 2012 +0200
gb_LinkTarget_add_static_libs never existed
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 10dc633..d618b63 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -453,7 +453,7 @@ $(call gb_LinkTarget_use_libraries,$(1),\
)
ifneq ($(OS),WNT)
ifeq ($(OS),MACOSX)
-$(call gb_LinkTarget_add_static_libs,$(1),\
+$(call gb_LinkTarget_use_static_libraries,$(1),\
pixman-1 \
)
else
More information about the Libreoffice-commits
mailing list