$OpenBSD: patch-Makefile_in,v 1.1.1.1 2014/03/26 12:13:53 jasper Exp $
Disable YARR_JIT on mips64, not the same ABI ?
--- Makefile.in.orig	Sat Aug 10 22:14:07 2013
+++ Makefile.in	Sat Aug 10 22:14:37 2013
@@ -328,7 +328,7 @@ CPPSRCS += ExecutableAllocatorOS2.cpp \
            $(NONE)
 endif
 
-ifneq (,$(filter arm% sparc %86 x86_64 mips%,$(TARGET_CPU)))
+ifneq (,$(filter arm% sparc %86 x86_64 mips,$(TARGET_CPU)))
 ENABLE_YARR_JIT = 1
 DEFINES += -DENABLE_YARR_JIT=1
 
