aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim44/files/patch-vobject.c
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-06-15 16:16:32 +0000
committerWill Andrews <will@FreeBSD.org>2002-06-15 16:16:32 +0000
commit1aced58dae2e4b271f74d726a0e8f0edcc323838 (patch)
treeaa290e0641e0448ee8919195bad0a9b5bf828e59 /deskutils/kdepim44/files/patch-vobject.c
parent26687091c458f586e024178035ef42cf319d663d (diff)
Notes
Diffstat (limited to 'deskutils/kdepim44/files/patch-vobject.c')
-rw-r--r--deskutils/kdepim44/files/patch-vobject.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kdepim44/files/patch-vobject.c b/deskutils/kdepim44/files/patch-vobject.c
new file mode 100644
index 000000000000..4b5467f84837
--- /dev/null
+++ b/deskutils/kdepim44/files/patch-vobject.c
@@ -0,0 +1,11 @@
+--- libical/src/libicalvcal/vobject.c Mon Jan 1 16:37:08 2001
++++ libical/src/libicalvcal/vobject.c.new Mon Jun 3 02:49:58 2002
+@@ -42,7 +42,7 @@
+ * vobject, and convert a vobject into its textual representation.
+ */
+
+-#ifndef MWERKS
++#if !defined(MWERKS) && !defined(__FreeBSD__)
+ #include <malloc.h>
+ #endif
+