Import print/ghostscript9-agpl-base version 9.16_2
[dports.git] / print / ghostscript9-agpl-base / files / patch-devices-gdevplib.c
1 --- devices/gdevplib.c.orig     2015-03-30 17:21:24.000000000 +0900
2 +++ devices/gdevplib.c  2015-07-14 08:51:50.711673000 +0900
3 @@ -156,7 +156,11 @@
4  
5  #ifdef  TESTING_WITH_NO_BAND_DONOR
6  
7 +#if !defined(__FreeBSD__)
8  #include <malloc_.h>
9 +#else
10 +#include <stdlib.h>
11 +#endif
12  
13  static void *my_buffer;
14