diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-30 22:58:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-30 22:58:08 +0000 |
commit | 0b802ffcd1983d29acde4ddd33da63662b9bb779 (patch) | |
tree | 9dcf16f0e07c6a2ba4b8377a8f40396389ebf159 | |
parent | - Fix build on -current (diff) |
- Fix build on -current
o Escape embedded newlines in string constants.
PR: 56211
Submitted by: Michael Edenfield <kutulu@kutulu.org>
-rw-r--r-- | mail/aileron/files/patch-aa | 13 | ||||
-rw-r--r-- | mail/aileron/files/patch-ab | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/mail/aileron/files/patch-aa b/mail/aileron/files/patch-aa new file mode 100644 index 000000000000..4ba12a5e73d3 --- /dev/null +++ b/mail/aileron/files/patch-aa @@ -0,0 +1,13 @@ +--- Mailboxes.c.orig Sat Aug 30 18:08:05 2003 ++++ Mailboxes.c Sat Aug 30 18:10:00 2003 +@@ -1713,8 +1713,8 @@ + WMButton *b; + char *path; + +-printf("\n\ndelet NM does not... add severl nm's at once breaks: +- WMGetPLDictionaryKeys (pl=0x40ae5fe0) at getting.c:354 ++printf("\n\ndelet NM does not... add severl nm's at once breaks:\n\ ++ WMGetPLDictionaryKeys (pl=0x40ae5fe0) at getting.c:354\n\ + 354 getting.c: No such file or directory.\n\n\n"); + + if (!WMGetUDStringForKey(Aileron.defaultsDB, "MailDir")) { diff --git a/mail/aileron/files/patch-ab b/mail/aileron/files/patch-ab new file mode 100644 index 000000000000..66f33ac7f43d --- /dev/null +++ b/mail/aileron/files/patch-ab @@ -0,0 +1,11 @@ +--- Info.c.orig Sat Aug 30 18:05:45 2003 ++++ Info.c Sat Aug 30 18:07:29 2003 +@@ -163,7 +163,7 @@ + { + WMAppendTextStream(tPtr, + "<htmL><p><i><b>Aileron</b></i> is a WINGs email client that has been \ +-designed for speed, simplicity, and above all, beauty ++designed for speed, simplicity, and above all, beauty \ + copyright (C) 1999 - 2001 : <u>nwanua@windowmaker.org</u> <html>"); + } + |