$OpenBSD: patch-src_pulsecore_sample-util_h,v 1.1 2013/06/04 15:32:04 ajacoutot Exp $
--- src/pulsecore/sample-util.h.orig	Tue Jun  4 16:57:15 2013
+++ src/pulsecore/sample-util.h	Tue Jun  4 16:57:23 2013
@@ -34,6 +34,14 @@
 #include <pulsecore/memblock.h>
 #include <pulsecore/memchunk.h>
 
+#if !defined __WORDSIZE
+# if defined __LP64__
+#  define __WORDSIZE     64
+# else
+#  define __WORDSIZE     32
+# endif
+#endif
+
 typedef struct pa_silence_cache {
     pa_memblock* blocks[PA_SAMPLE_MAX];
 } pa_silence_cache;
