$OpenBSD: patch-WebCore_platform_text_StringHash_h,v 1.1 2010/01/10 20:06:17 landry Exp $
Fixes SIGBUS at runtime : https://bugs.webkit.org/show_bug.cgi?id=19775
--- WebCore/platform/text/StringHash.h.orig	Thu Jan  7 18:44:20 2010
+++ WebCore/platform/text/StringHash.h	Thu Jan  7 18:44:40 2010
@@ -54,7 +54,7 @@ namespace WebCore {
 
             // FIXME: perhaps we should have a more abstract macro that indicates when
             // going 4 bytes at a time is unsafe
-#if CPU(ARM) || CPU(SH4)
+#if CPU(ARM) || CPU(SH4) || CPU(SPARC64)
             const UChar* aChars = a->characters();
             const UChar* bChars = b->characters();
             for (unsigned i = 0; i != aLength; ++i) {
