From e3c468f04035ce339c44e23742399159a65be905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 22 Sep 2020 17:40:50 +0000 Subject: Fix build with -fno-common --- misc/window/files/patch-ttgeneric.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 misc/window/files/patch-ttgeneric.c (limited to 'misc/window/files/patch-ttgeneric.c') diff --git a/misc/window/files/patch-ttgeneric.c b/misc/window/files/patch-ttgeneric.c new file mode 100644 index 000000000000..f6d8e5183153 --- /dev/null +++ b/misc/window/files/patch-ttgeneric.c @@ -0,0 +1,16 @@ +--- ttgeneric.c.orig 2008-07-12 06:05:22 UTC ++++ ttgeneric.c +@@ -43,6 +43,13 @@ static char rcsid[] = + #include "ww.h" + #include "tt.h" + ++struct tt tt; ++char tt_strings[1024]; ++char *tt_strp; ++char *tt_ob; ++char *tt_obp; ++char *tt_obe; ++ + char PC, *BC, *UP; + + /* normal frame */ -- cgit v1.2.3