mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
14
print/ghostscript/files/patch-base_gdevplib.c
Normal file
14
print/ghostscript/files/patch-base_gdevplib.c
Normal file
@@ -0,0 +1,14 @@
|
||||
--- 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__) && !defined(__DragonFly__)
|
||||
#include <malloc.h>
|
||||
+#else
|
||||
+#include <stdlib.h>
|
||||
+#endif
|
||||
|
||||
static void *my_buffer;
|
||||
|
||||
Reference in New Issue
Block a user