$OpenBSD: patch-source_fitz_list-device_c,v 1.2 2016/10/16 09:16:52 sthen 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	Thu Apr 21 12:14:32 2016
+++ source/fitz/list-device.c	Sun Oct 16 09:47:50 2016
@@ -84,6 +84,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 {
