aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-11-13 05:46:55 +0800
committermarino <marino@FreeBSD.org>2015-11-13 05:46:55 +0800
commit6ea9b91d1a35df1a13b89190fd594fc788a9c45f (patch)
tree845e3b1b10e353a817d278f95379924c63ba748f /palm
parent4a4abd70a73a87f6f6e6059c8f2f2b258c151d9f (diff)
downloadfreebsd-ports-gnome-6ea9b91d1a35df1a13b89190fd594fc788a9c45f.tar.gz
freebsd-ports-gnome-6ea9b91d1a35df1a13b89190fd594fc788a9c45f.tar.zst
freebsd-ports-gnome-6ea9b91d1a35df1a13b89190fd594fc788a9c45f.zip
palm/libmal: expand patch to fix malloc.h-less DF
Diffstat (limited to 'palm')
-rw-r--r--palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c b/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c
index a4dfacd3154e..bdc79c1ab63b 100644
--- a/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c
+++ b/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c
@@ -5,7 +5,7 @@
#include <MAL31DBConfig.h>
-#if defined(DARWIN) || defined(__OpenBSD__)
-+#if defined(DARWIN) || defined(__OpenBSD__) || defined(__FreeBSD__)
++#if defined(DARWIN) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
#include <stdlib.h>
#else
#include <malloc.h>