diff options
author | dholland <dholland@pkgsrc.org> | 2012-08-23 04:10:59 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-08-23 04:10:59 +0000 |
commit | 5af0f020501016fccd93635f414199138783c863 (patch) | |
tree | ebd57ac67db533892a2d3892686994a762688dc1 /mail | |
parent | 6729068d96a3d561a3c9da6c24abe002e7af677a (diff) | |
download | pkgsrc-5af0f020501016fccd93635f414199138783c863.tar.gz |
These patches are no longer needed after the last update; they were
removed from distinfo but apparently not from CVS.
Diffstat (limited to 'mail')
-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 - |