Give gpgme FLAVOR a chance to build with newer Gtk too. No cookie for me.
This commit is contained in:
parent
74207fbaae
commit
31102238b1
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.80 2008/10/28 17:03:15 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.81 2008/10/30 18:23:50 landry Exp $
|
||||
|
||||
COMMENT= mail/news client in gtk+
|
||||
|
||||
MAJOR= 2.5
|
||||
VERSION= ${MAJOR}.0
|
||||
DISTNAME= sylpheed-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= mail news x11
|
||||
HOMEPAGE= http://sylpheed.sraoss.jp/en
|
||||
|
||||
|
11
mail/sylpheed/patches/patch-src_select-keys_c
Normal file
11
mail/sylpheed/patches/patch-src_select-keys_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_select-keys_c,v 1.1 2008/10/30 18:23:50 landry Exp $
|
||||
--- src/select-keys.c.orig Thu Oct 30 19:16:28 2008
|
||||
+++ src/select-keys.c Thu Oct 30 19:16:44 2008
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
+#include <gtk/gtk.h>
|
||||
#include <gtk/gtkmain.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkwindow.h>
|
Loading…
Reference in New Issue
Block a user