$OpenBSD: patch-3rdparty_dyncall_configure,v 1.1 2012/12/29 07:20:51 jasper Exp $

Recognize and handle OpenBSD/sgi.

--- 3rdparty/dyncall/configure.orig	Thu Dec 27 21:08:29 2012
+++ 3rdparty/dyncall/configure	Thu Dec 27 21:10:30 2012
@@ -195,6 +195,8 @@ guess_arch()
       CONFIG_ARCH="mips32"
     elif [ "$ARCH" = "mipsel" ] || [ "$ARCH" = "pmax" ]; then
       CONFIG_ARCH="mips32el"
+    elif [ "$ARCH" = "sgi" ]; then
+      CONFIG_ARCH="mips64"
     elif [ "$ARCH" = "loongson" ]; then
       CONFIG_ARCH="mips64el"
     elif [ "$ARCH" = "sparc64" ]; then
