diff options
Diffstat (limited to 'mail/evolution/patches/patch-ak')
-rw-r--r-- | mail/evolution/patches/patch-ak | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/evolution/patches/patch-ak b/mail/evolution/patches/patch-ak new file mode 100644 index 00000000000..efd466a689f --- /dev/null +++ b/mail/evolution/patches/patch-ak @@ -0,0 +1,15 @@ +$NetBSD: patch-ak,v 1.1 2001/05/25 06:16:18 rh Exp $ + +--- composer/e-msg-composer.c.orig Wed May 23 18:05:52 2001 ++++ composer/e-msg-composer.c +@@ -73,6 +73,10 @@ + + #define GNOME_GTKHTML_EDITOR_CONTROL_ID "OAFIID:GNOME_GtkHTML_Editor" + ++#ifdef send ++#undef send ++#endif ++ + + #define DEFAULT_WIDTH 600 + #define DEFAULT_HEIGHT 500 |