diff options
author | krion <krion@FreeBSD.org> | 2003-08-31 06:58:08 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-31 06:58:08 +0800 |
commit | 3f71e834262eaae9bebb142cdca6ebc4b93498f8 (patch) | |
tree | 9449e6aac403710abaeea01de56cb930af3346e4 | |
parent | 991df8ab845731139744befc391de0ca1704fdf8 (diff) | |
download | freebsd-ports-gnome-3f71e834262eaae9bebb142cdca6ebc4b93498f8.tar.gz freebsd-ports-gnome-3f71e834262eaae9bebb142cdca6ebc4b93498f8.tar.zst freebsd-ports-gnome-3f71e834262eaae9bebb142cdca6ebc4b93498f8.zip |
- 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>"); + } + |