$OpenBSD: patch-source_fitz_list-device_c,v 1.1 2016/01/28 01:42:20 tobiasu Exp $

Pad the central node data structure to 8 bytes, makes all the dirty
cast to pointer dereferences 8 byte aligned.

--- source/fitz/list-device.c.orig	Mon Jan 25 19:08:19 2016
+++ source/fitz/list-device.c	Mon Jan 25 19:10:05 2016
@@ -86,6 +86,9 @@ struct fz_display_node_s
 	unsigned int ctm    : 3;
 	unsigned int stroke : 1;
 	unsigned int flags  : 6;
+#if defined(__alpha__) || defined(__mips64__) || defined(__sparc64__)
+	uint32_t pad;
+#endif
 };
 
 enum {
