Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 21:46:55 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401460 - head/palm/libmal/files
Message-ID:  <201511122146.tACLktns088468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511122146.tACLktns088468>