svn commit: r401460 - head/palm/libmal/files

John Marino marino at FreeBSD.org
Thu Nov 12 21:46:56 UTC 2015


Author: marino
Date: Thu Nov 12 21:46:55 2015
New Revision: 401460
URL: https://svnweb.freebsd.org/changeset/ports/401460

Log:
  palm/libmal: expand patch to fix malloc.h-less DF

Modified:
  head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c

Modified: head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c
==============================================================================
--- head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c	Thu Nov 12 21:46:17 2015	(r401459)
+++ head/palm/libmal/files/patch-malsync__mal__client__unix__MAL31DBConfig.c	Thu Nov 12 21:46:55 2015	(r401460)
@@ -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>


More information about the svn-ports-all mailing list