$OpenBSD: patch-src_main_c,v 1.1 2021/01/31 07:37:18 bentley Exp $
Fix build with -fno-common. From FreeBSD.

Index: src/main.c
--- src/main.c.orig
+++ src/main.c
@@ -55,7 +55,7 @@ struct enemystruct enemy [NO_ENEMIES];
 struct ebulletstruct ebullet [NO_EBULLETS];
 struct pbulletstruct pbullet [NO_PBULLETS];
 struct arenastruct arena;
-struct eclassstruct eclass [NO_ENEMY_TYPES];
+extern struct eclassstruct eclass [NO_ENEMY_TYPES];
 struct cloudstruct cloud [NO_CLOUDS];
 struct bossstruct boss;
 
