mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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)
This commit is contained in:
parent
1df9f4df9c
commit
87bfe90986
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401236
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user