$OpenBSD: patch-src_main_c,v 1.1 2021/02/25 15:09:09 gnezdo Exp $

-fno-common

Index: src/main.c
--- src/main.c.orig
+++ src/main.c
@@ -43,6 +43,8 @@ this program.  If not, see <http://www.gnu.org/license
 # include <fcntl.h>
 #endif
 
+struct goaldep *read_makefiles;
+
 extern void initialize_stopchar_map ();
 
 #if defined HAVE_WAITPID || defined HAVE_WAIT3
