diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-20 14:20:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-20 14:20:03 +0000 |
commit | 4dc189f66235488baba6c924573e94a74e196f8f (patch) | |
tree | 5154c4b6c63833890a1bac217c60518b969d6796 /mail/evolution-devel/files/patch-libversit::vcc.y | |
parent | Update to 0.16.1. (diff) |
Update to 0.99.2.
Notes
Notes:
svn path=/head/; revision=50261
Diffstat (limited to 'mail/evolution-devel/files/patch-libversit::vcc.y')
-rw-r--r-- | mail/evolution-devel/files/patch-libversit::vcc.y | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution-devel/files/patch-libversit::vcc.y b/mail/evolution-devel/files/patch-libversit::vcc.y new file mode 100644 index 000000000000..0514266ef18d --- /dev/null +++ b/mail/evolution-devel/files/patch-libversit::vcc.y @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- libversit/vcc.y 2001/11/20 12:31:59 1.1 ++++ libversit/vcc.y 2001/11/20 12:32:39 +@@ -107,7 +107,7 @@ + #endif + + #include <string.h> +-#ifndef __MWERKS__ ++#ifdef HAVE_MALLOC_H + #include <malloc.h> + #endif + #include <stdio.h> |