summaryrefslogtreecommitdiff
path: root/mail/sylpheed2/files/patch-aa
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-12-12 16:42:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-12-12 16:42:34 +0000
commitd5f65aeebc09555250d1bf7addeb62d851020819 (patch)
tree12af11b65b7a29fa565f6b07e2038cac4a83793e /mail/sylpheed2/files/patch-aa
parent- Fix build on -CURRENT by importing some gcc33 fixes (diff)
update sylpheed to 0.9.8
Notes
Notes: svn path=/head/; revision=95674
Diffstat (limited to 'mail/sylpheed2/files/patch-aa')
-rw-r--r--mail/sylpheed2/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sylpheed2/files/patch-aa b/mail/sylpheed2/files/patch-aa
new file mode 100644
index 000000000000..4cf2e23a1b0a
--- /dev/null
+++ b/mail/sylpheed2/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/procmsg.c.orig Fri Dec 12 17:24:41 2003
++++ src/procmsg.c Fri Dec 12 17:25:02 2003
+@@ -216,7 +216,7 @@
+
+ if ((fp = procmsg_open_cache_file(item, DATA_READ)) == NULL)
+ return NULL;
+- setvbuf(fp, file_buf, _IOFBF, sizeof(file_buf));
++/* setvbuf(fp, file_buf, _IOFBF, sizeof(file_buf)); */
+
+ debug_print("Reading summary cache...");
+