ports/games/ace/patches/patch-lib_table_c

15 lines
336 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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[] = {