Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 11:42:28 +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: r401236 - head/print/ghostscript9-base/files
Message-ID:  <201511111142.tABBgSDa076171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Nov 11 11:42:27 2015
New Revision: 401236
URL: https://svnweb.freebsd.org/changeset/ports/401236

Log:
  print/ghostscript9-base: Modify patch to handle dragonfly as well
  
  A port patch excludes <malloc.h> for FreeBSD, and DragonFly needs this
  treatment as well, so the existing patch was trivially modified.
  
  Approved by:	DF blanket (non-invasive)

Modified:
  head/print/ghostscript9-base/files/patch-base-gdevplib.c

Modified: head/print/ghostscript9-base/files/patch-base-gdevplib.c
==============================================================================
--- head/print/ghostscript9-base/files/patch-base-gdevplib.c	Wed Nov 11 11:19:17 2015	(r401235)
+++ head/print/ghostscript9-base/files/patch-base-gdevplib.c	Wed Nov 11 11:42:27 2015	(r401236)
@@ -1,10 +1,10 @@
---- base/gdevplib.c.orig	2012-02-08 17:48:47.000000000 +0900
-+++ base/gdevplib.c	2012-02-13 01:23:46.000000000 +0900
-@@ -151,7 +151,11 @@
+--- base/gdevplib.c.orig	2012-08-08 08:01:36 UTC
++++ base/gdevplib.c
+@@ -153,7 +153,11 @@ void __aebi_memmove(void *dest, const vo
  
  #ifdef  TESTING_WITH_NO_BAND_DONOR
  
-+#if !defined(__FreeBSD__)
++#if !defined(__FreeBSD__) && !defined(__DragonFly__)
  #include <malloc.h>
 +#else
 +#include <stdlib.h>



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