openbsd-ports/games/ace/patches/patch-lib_table_c
2022-03-11 19:04:03 +00:00

15 lines
336 B
Plaintext

Fix the build with -fno-common
Index: lib/table.c
--- lib/table.c.orig
+++ lib/table.c
@@ -57,7 +57,7 @@ static int ex=0, ey=0, ew=0, eh=0;
static int graphics_disabled = 1;
OptionDesc *app_options;
-OptionDesc *xwin_options;
+extern OptionDesc *xwin_options;
static OptionDesc *options[5];
static OptionDesc ace_options[] = {