components/ghostscript/patches/16730811.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Fri, 06 Nov 2015 01:29:35 -0800
branchs11u3-sru
changeset 5077 92cc8b2d078e
parent 2662 240ac3c3ac55
permissions -rw-r--r--
19143600 Subversion should link against APR/APR-util 1.5

/*
 * Fix developed in-house.
 * Upstream bug 693952, http://bugs.ghostscript.com/show_bug.cgi?id=693952#c2.
 */
--- ghostscript-9.00/base/gxsync.h.orig	Tue Jun 25 00:51:48 2013
+++ ghostscript-9.00/base/gxsync.h	Tue Jun 25 00:55: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;