Blame patches/ghostpdl-9.52.local.patch

df0546
diff -ru ghostpdl-9.52.orig/base/fapi_ft.c ghostpdl-9.52/base/fapi_ft.c
df0546
--- ghostpdl-9.52.orig/base/fapi_ft.c   2020-03-19 09:14:27.000000000 +0100
df0546
+++ ghostpdl-9.52/base/fapi_ft.c        2021-07-17 14:35:25.268233596 +0200
df0546
@@ -125,7 +125,7 @@
df0546
 delete_inc_int_info(gs_fapi_server * a_server,
df0546
                     FT_IncrementalRec * a_inc_int_info);
df0546
df0546
-FT_CALLBACK_DEF(void *)
df0546
+static void *
df0546
 FF_alloc(FT_Memory memory, long size)
df0546
 {
df0546
     gs_memory_t *mem = (gs_memory_t *) memory->user;
df0546
@@ -133,7 +133,7 @@
df0546
     return (gs_malloc(mem, size, 1, "FF_alloc"));
df0546
 }
df0546
df0546
-FT_CALLBACK_DEF(void *)
df0546
+static void *
df0546
     FF_realloc(FT_Memory memory, long cur_size, long new_size, void *block)
df0546
 {
df0546
     gs_memory_t *mem = (gs_memory_t *) memory->user;
df0546
@@ -153,7 +153,7 @@
df0546
     return (tmp);
df0546
 }
df0546
df0546
-FT_CALLBACK_DEF(void)
df0546
+static void
df0546
     FF_free(FT_Memory memory, void *block)
df0546
 {
df0546
     gs_memory_t *mem = (gs_memory_t *) memory->user;
2865ef
diff -ru ghostpdl-9.52.orig/configure ghostpdl-9.52/configure
2865ef
--- ghostpdl-9.52.orig/configure        2020-06-05 13:19:23.032760767 +0200
2865ef
+++ ghostpdl-9.52/configure     2020-06-05 13:18:58.367780811 +0200
2865ef
@@ -10957,7 +10957,7 @@
2865ef
   enableval=$enable_dynamic;
2865ef
   if test "x$enable_dynamic" != xno; then
2865ef
     case $host in
2865ef
-      *-linux*|*-gnu)
2865ef
+      *-linux*|*-gnu|*-midipix*)
2865ef
         INSTALL_SHARED="install-shared"
2865ef
         if test "x$X_DEVS" != x; then
2865ef
                 DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so"
Lucio Andrés Illanes Albornoz dde213
diff -ru ghostscript-9.26.orig/devices/devs.mak ghostscript-9.26/devices/devs.mak
Lucio Andrés Illanes Albornoz dde213
--- ghostscript-9.26.orig/devices/devs.mak	2018-11-20 11:08:19.000000000 +0100
Lucio Andrés Illanes Albornoz dde213
+++ ghostscript-9.26/devices/devs.mak	2019-03-25 16:52:13.774662402 +0100
Lucio Andrés Illanes Albornoz dde213
@@ -308,7 +308,7 @@
Lucio Andrés Illanes Albornoz dde213
 
Lucio Andrés Illanes Albornoz dde213
 # See the main makefile for the definition of XLIBDIRS and XLIBS.
Lucio Andrés Illanes Albornoz dde213
 x11_=$(DEVOBJ)gdevx.$(OBJ) $(DEVOBJ)gdevxcmp.$(OBJ) $(DEVOBJ)gdevxini.$(OBJ)\
Lucio Andrés Illanes Albornoz dde213
- $(DEVOBJ)gdevxres.$(OBJ) $(DEVOBJ)gsparamx.$(OBJ)
Lucio Andrés Illanes Albornoz dde213
+ $(DEVOBJ)gdevxres.$(OBJ) $(DEVOBJ)gsparamx.$(OBJ) $(DEVOBJ)gsparam.$(OBJ) $(DEVOBJ)gdevnfwd.$(OBJ)
Lucio Andrés Illanes Albornoz dde213
 $(DD)x11_.dev : $(x11_) $(GLD)bboxutil.dev $(GDEV) $(DEVS_MAK) $(MAKEDIRS)
Lucio Andrés Illanes Albornoz dde213
 	$(SETMOD) $(DD)x11_ $(x11_)
Lucio Andrés Illanes Albornoz dde213
 	$(ADDMOD) $(DD)x11_ -link $(XLIBDIRS)
2c2c5b
--- /dev/null                                     2019-05-07 18:48:18.199999973 -0400
2c2c5b
+++ ghostscript-9.26/arch/x86_64-nt64-midipix.h   2019-05-09 22:02:33.196268736 -0400
2865ef
@@ -0,0 +1,31 @@
2c2c5b
+#define ARCH_ALIGN_SHORT_MOD 2
2c2c5b
+#define ARCH_ALIGN_INT_MOD 4
2c2c5b
+#define ARCH_ALIGN_LONG_MOD 8
2c2c5b
+#define ARCH_ALIGN_PTR_MOD 8
2c2c5b
+#define ARCH_ALIGN_FLOAT_MOD 4
2c2c5b
+#define ARCH_ALIGN_DOUBLE_MOD 8
2c2c5b
+
2c2c5b
+#define ARCH_LOG2_SIZEOF_CHAR 0
2c2c5b
+#define ARCH_LOG2_SIZEOF_SHORT 1
2c2c5b
+#define ARCH_LOG2_SIZEOF_INT 2
2c2c5b
+#define ARCH_LOG2_SIZEOF_LONG 3
2c2c5b
+#define ARCH_LOG2_SIZEOF_LONG_LONG 3
2c2c5b
+#define ARCH_SIZEOF_GX_COLOR_INDEX 8
2c2c5b
+#define ARCH_SIZEOF_PTR 8
2c2c5b
+#define ARCH_SIZEOF_FLOAT 4
2c2c5b
+#define ARCH_SIZEOF_DOUBLE 8
2c2c5b
+#define ARCH_FLOAT_MANTISSA_BITS 24
2c2c5b
+#define ARCH_DOUBLE_MANTISSA_BITS 53
2c2c5b
+
2c2c5b
+#define ARCH_MAX_UCHAR ((unsigned char)0xff + (unsigned char)0)
2c2c5b
+#define ARCH_MAX_USHORT ((unsigned short)0xffff + (unsigned short)0)
2c2c5b
+#define ARCH_MAX_UINT ((unsigned int)~0 + (unsigned int)0)
2c2c5b
+#define ARCH_MAX_ULONG ((unsigned long)~0L + (unsigned long)0)
2c2c5b
+
2c2c5b
+#define ARCH_IS_BIG_ENDIAN 0
2c2c5b
+#define ARCH_PTRS_ARE_SIGNED 0
2c2c5b
+#define ARCH_FLOATS_ARE_IEEE 1
2c2c5b
+#define ARCH_ARITH_RSHIFT 2
2c2c5b
+#define ARCH_DIV_NEG_POS_TRUNCATES 1
2865ef
+#define ARCH_SIZEOF_SIZE_T 8
2865ef
+#define ARCH_MAX_SIZE_T ((size_t)~0L + (size_t)0)