diff options
Diffstat (limited to 'deskutils/kdepim44/files/patch-parseholiday.y')
-rw-r--r-- | deskutils/kdepim44/files/patch-parseholiday.y | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kdepim44/files/patch-parseholiday.y b/deskutils/kdepim44/files/patch-parseholiday.y new file mode 100644 index 000000000000..6d448861113d --- /dev/null +++ b/deskutils/kdepim44/files/patch-parseholiday.y @@ -0,0 +1,11 @@ +--- korganizer/plugins/holidays/parseholiday.y Wed Jan 9 14:57:53 2002 ++++ korganizer/plugins/holidays/parseholiday.y.new Mon Jun 3 05:53:59 2002 +@@ -29,7 +29,7 @@ + #include <sys/stat.h> + #include <string.h> + +-#ifdef HAVE_MALLOC_H ++#if !defined(HAVE_MALLOC_H) && !defined(__FreeBSD__) + #include <malloc.h> + #endif + |