aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c
index 11a567ab54..f9b3a56ca5 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -538,7 +538,7 @@ account_to_xml (MailConfigAccount *account)
if (account->smime_key)
xmlNewTextChild (node, NULL, "key-id", account->smime_key);
- xmlDocDumpMemory (doc, &xmlbuf, &n);
+ xmlDocDumpMemory (doc, (xmlChar **) &xmlbuf, &n);
xmlFreeDoc (doc);
/* remap to glib memory */
e='search' size='10' name='q' value=''/>
path: root/www/sitecopy
Commit message (Expand)AuthorAgeFilesLines
* www/sitecopy: unbreak on 12 and laterpi2019-01-131-1/+5
* Remove superfluous linefeeds and fix some other minor whitespace bugs.danfe2018-01-121-1/+0
* Remove all USE_OPENSSL occurrences.mat2017-03-151-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
* - Drop @dirrm* from plistamdmi32015-07-161-2/+0
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-231-3/+0
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Allow building with neon 30antoine2014-12-251-1/+1
* - rename www/neon29 to www/neon and update to neon-0.30.1ohauer2014-12-241-2/+2
* Modernize LIB_DEPENDSbapt2014-07-151-1/+1
* Support LIBS like LDFLAGS.tijl2014-06-111-3/+2