diff options
Diffstat (limited to 'mail/evolution/files/patch-libversit::vobject.c')
-rw-r--r-- | mail/evolution/files/patch-libversit::vobject.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-libversit::vobject.c b/mail/evolution/files/patch-libversit::vobject.c new file mode 100644 index 000000000000..fe28ce1ca511 --- /dev/null +++ b/mail/evolution/files/patch-libversit::vobject.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- libversit/vobject.c 2001/11/20 12:33:21 1.1 ++++ libversit/vobject.c 2001/11/20 12:33:50 +@@ -42,7 +42,7 @@ + * vobject, and convert a vobject into its textual representation. + */ + +-#ifndef MWERKS ++#ifdef HAVE_MALLOC_H + #include <malloc.h> + #endif + |