components/ghostscript/patches/16730811.patch
changeset 7819 b1bca76ec901
parent 7818 c93a988b3522
child 7820 a2b9a7de9e1a
--- a/components/ghostscript/patches/16730811.patch	Thu Mar 30 13:00:52 2017 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-/*
- * Fix developed in-house.
- * Upstream bug 693952, http://bugs.ghostscript.com/show_bug.cgi?id=693952#c2.
- */
---- ghostscript-9.00/base/gxsync.h.orig	Thu May  2 05:50:31 2013
-+++ ghostscript-9.00/base/gxsync.h	Thu May  2 05:51:09 2013
-@@ -52,6 +52,7 @@
- /* the event count is set to 1 (1st 'enter' succeeds immediately). */
- typedef struct gx_monitor_s {
-     gs_memory_t *memory;	/* allocator to free memory */
-+    int *dummy;			/* to address alignment issue on sparc */
-     gp_monitor native;		/* platform-dep impl, len is gp_monitor_sizeof() */
- } gx_monitor_t;
-