$OpenBSD: patch-libs_lua51_lcoco_h,v 1.1 2008/12/04 22:29:06 steven Exp $
--- libs/lua51/lcoco.h.orig	Sun Oct 26 15:30:04 2008
+++ libs/lua51/lcoco.h	Sun Oct 26 15:30:26 2008
@@ -3,6 +3,16 @@
 ** Copyright (C) 2004-2007 Mike Pall. See copyright notice in lcoco.c
 */
 
+#if defined(__OpenBSD__)
+#if defined(__i386) || defined(__i386__)
+#else
+#undef COCO_DISABLE
+#define COCO_DISABLE
+#define lcoco_h
+#endif
+#endif
+
+
 #ifndef lcoco_h
 #define lcoco_h
 
