diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-12 00:01:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-12 00:01:04 +0000 |
commit | 624cb4d85b919a50995e9969e71e6fcd58d10031 (patch) | |
tree | baec76c2fe9d8b121cc96396f27e1f4bdf0d5bfd /mail/evolution/files/patch-libversit::vobject.c | |
parent | Upgrade to 3.6. (diff) |
Update to 1.2.0. This is a big release, and I don't want to polute the
the CVS log with all the details. However, almost every aspect has been
touched. Note, that this is still a GNOME 1.x application!
More info on the features can be found at Ximian:
http://www.ximian.com/products/evolution/
Notes
Notes:
svn path=/head/; revision=69932
Diffstat (limited to 'mail/evolution/files/patch-libversit::vobject.c')
-rw-r--r-- | mail/evolution/files/patch-libversit::vobject.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/evolution/files/patch-libversit::vobject.c b/mail/evolution/files/patch-libversit::vobject.c deleted file mode 100644 index fe28ce1ca511..000000000000 --- a/mail/evolution/files/patch-libversit::vobject.c +++ /dev/null @@ -1,14 +0,0 @@ - -$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 - |