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
This commit is contained in:
parent
8c9f48cdd0
commit
a59e2d4f05
3 changed files with 11 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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)),\
|
||||
|
|
|
@ -115,12 +115,19 @@ ifneq ($(filter-out MACOSX WNT,$(OS)),)
|
|||
|
||||
$(eval $(call gb_Module_add_targets,shell,\
|
||||
Executable_gnome_open_url \
|
||||
Executable_uri_encode \
|
||||
Library_cmdmail \
|
||||
Library_recentfile \
|
||||
Package_scripts \
|
||||
Package_scripts_gnome \
|
||||
Package_scripts_kde \
|
||||
))
|
||||
|
||||
endif
|
||||
|
||||
ifneq ($(OS),WNT)
|
||||
|
||||
$(eval $(call gb_Module_add_targets,shell,\
|
||||
Executable_uri_encode \
|
||||
Library_cmdmail \
|
||||
Package_senddoc \
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in a new issue