summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-11 11:42:33 +0300
committerAlexander Werner <bundeswerner@gmail.com>2014-09-04 05:58:47 -0500
commit5496d431f991ce9e8e0dc953d2cb1d40db899ee0 (patch)
tree9acc6edf0882dab644ba4c748ecf0fa92a3060b0 /postprocess
parentc56af9da2ebd1cc060fff01cb78e80eb69100cfb (diff)
fdo#82038: Make sending email from LO work again on OS X
Do build the cmdmail library, the uri-encode executable and do install the senddoc script for OS X, too. Note that in order for it to work, one needs to set the "E-mail program" in Preferences:Internet:E-mail to /Applications/Mail.app. (Or possibly some other application and/or executable.) Change-Id: I5764c9891865983d46081edc854e321643c296cc (cherry picked from commit a59e2d4f05679142f10950c15a78b952ef0aac9e) Reviewed-on: https://gerrit.libreoffice.org/11257 Reviewed-by: Alexander Werner <bundeswerner@gmail.com> Tested-by: Alexander Werner <bundeswerner@gmail.com>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Rdb_services.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index a1fe9bc3d8e6..06906d93e6e6 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -331,7 +331,7 @@ $(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 MACOSX WNT,$(OS)),\
+ $(if $(filter-out WNT,$(OS)),\
shell/source/cmdmail/cmdmail \
) \
$(if $(filter-out WNT,$(OS)),\