diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-11 11:42:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-11 12:24:01 +0300 |
commit | a59e2d4f05679142f10950c15a78b952ef0aac9e (patch) | |
tree | c638711c9c193c0168039f730da594729fb31fd2 /Repository.mk | |
parent | 8c9f48cdd0fef6ae09e5654709924fd3f0a62f27 (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
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 7d2cac52f409..e0438608cf37 100644 --- a/Repository.mk +++ b/Repository.mk @@ -262,7 +262,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ chartcore \ chartcontroller \ chartopengl \ - $(if $(filter $(OS),MACOSX WNT),,cmdmail) \ + $(if $(filter $(OS),WNT),,cmdmail) \ cppcanvas \ configmgr \ ctl \ |