$OpenBSD: patch-ctypes_libffi_src_mips_ffitarget_h,v 1.1.1.1 2014/03/26 12:13:53 jasper Exp $
Fix build on mips64
--- ctypes/libffi/src/mips/ffitarget.h.orig	Sat Aug 10 22:30:16 2013
+++ ctypes/libffi/src/mips/ffitarget.h	Sat Aug 10 22:30:35 2013
@@ -29,7 +29,7 @@
 
 #ifdef linux
 # include <asm/sgidefs.h>
-#else
+#elif !defined(__OpenBSD__)
 # include <sgidefs.h>
 #endif
 #  ifndef _ABIN32
