openbsd-ports/mail/sylpheed/patches/patch-src_inc_c
2006-06-05 15:31:16 +00:00

15 lines
428 B
Plaintext

$OpenBSD: patch-src_inc_c,v 1.5 2006/06/05 15:31:16 couderc Exp $
--- src/inc.c.orig Thu Mar 9 07:01:45 2006
+++ src/inc.c Thu May 11 23:22:41 2006
@@ -67,7 +67,9 @@ static GdkPixbuf *current_pixbuf;
static GdkPixbuf *error_pixbuf;
static GdkPixbuf *ok_pixbuf;
-#define MSGBUFSIZE 8192
+#ifndef MSGBUFSIZE
+# define MSGBUFSIZE 8192
+#endif
static void inc_finished (MainWindow *mainwin,
gint new_messages);