[Libreoffice-commits] core.git: postprocess/Rdb_services.mk

Tor Lillqvist tml at collabora.com
Fri Mar 7 00:30:09 PST 2014


 postprocess/Rdb_services.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit dc8bd784c526a0fffe2cc755f0ccf8bf27dcf654
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Mar 7 10:29:36 2014 +0200

    No cmdmail component on OS X now
    
    Change-Id: I693e529c4ef2846425db6ec6ffdfdfc0b1d09ffc

diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index f6a9b17..e86a89f 100755
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -322,8 +322,10 @@ $(eval $(call gb_Rdb_add_components,services,\
 	extensions/source/update/feed/updatefeed \
 	xmlhelp/util/ucpchelp1 \
 	xmlsecurity/util/xsec_xmlsec$(if $(filter WNT,$(OS)),.windows) \
-	$(if $(filter-out WNT,$(OS)),\
+	$(if $(filter-out MACOSX WNT,$(OS)),\
 		shell/source/cmdmail/cmdmail \
+	) \
+	$(if $(filter-out WNT,$(OS)),\
 		shell/source/unix/exec/syssh \
 	) \
 	$(if $(filter-out MACOSX WNT,$(OS)), \


More information about the Libreoffice-commits mailing list