diff options
-rw-r--r-- | mail/claws-mail-notification/patches/patch-gtkhotkey_gtk-hotkey-error_h | 15 | ||||
-rw-r--r-- | mail/claws-mail-notification/patches/patch-gtkhotkey_x11_tomboykeybinder_h | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/mail/claws-mail-notification/patches/patch-gtkhotkey_gtk-hotkey-error_h b/mail/claws-mail-notification/patches/patch-gtkhotkey_gtk-hotkey-error_h deleted file mode 100644 index 7ec2ab1cc2b..00000000000 --- a/mail/claws-mail-notification/patches/patch-gtkhotkey_gtk-hotkey-error_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-gtkhotkey_gtk-hotkey-error_h,v 1.1 2012/05/10 07:31:02 dholland Exp $ - -Fix build with latest glib2. - ---- gtkhotkey/gtk-hotkey-error.h~ 2009-10-16 21:23:33.000000000 +0000 -+++ gtkhotkey/gtk-hotkey-error.h -@@ -23,7 +23,7 @@ - #ifndef __GTK_HOTKEY_ERROR_H__ - #define __GTK_HOTKEY_ERROR_H__ - --#include <glib/gquark.h> -+#include <glib.h> - - G_BEGIN_DECLS - diff --git a/mail/claws-mail-notification/patches/patch-gtkhotkey_x11_tomboykeybinder_h b/mail/claws-mail-notification/patches/patch-gtkhotkey_x11_tomboykeybinder_h deleted file mode 100644 index e0f9e19da14..00000000000 --- a/mail/claws-mail-notification/patches/patch-gtkhotkey_x11_tomboykeybinder_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-gtkhotkey_x11_tomboykeybinder_h,v 1.1 2012/05/10 07:31:02 dholland Exp $ - -Fix build with latest glib2. - ---- gtkhotkey/x11/tomboykeybinder.h~ 2009-10-16 21:23:33.000000000 +0000 -+++ gtkhotkey/x11/tomboykeybinder.h -@@ -2,7 +2,7 @@ - #ifndef __TOMBOY_KEY_BINDER_H__ - #define __TOMBOY_KEY_BINDER_H__ - --#include <glib/gtypes.h> -+#include <glib.h> - - G_BEGIN_DECLS - |