openbsd-ports/mail/sylpheed/patches/patch-src_prefs_summary_column_c
landry 8475e05d19 Maintenance update to sylpheed 2.5.0.
Add patches to let it compile with Gtk 2.14, idea taken from Debian BTS.
(note that still using functions deprecated since Gtk 2.0 is not a good idea)
Add desktop-file goo while here and regen PLIST.
"you don't deserve an ok" ajacoutot@
2008-10-28 17:03:15 +00:00

12 lines
392 B
Plaintext

$OpenBSD: patch-src_prefs_summary_column_c,v 1.1 2008/10/28 17:03:15 landry Exp $
--- src/prefs_summary_column.c.orig Tue Oct 28 17:31:14 2008
+++ src/prefs_summary_column.c Tue Oct 28 17:31:32 2008
@@ -26,6 +26,7 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
+#include <gtk/gtk.h>
#include <gtk/gtkmain.h>
#include <gtk/gtkwindow.h>
#include <gtk/gtkvbox.h>