$OpenBSD: patch-ctypes_libffi_src_mips_ffitarget_h,v 1.3 2013/08/11 09:09:04 landry 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
