ports/misc/deco/files/patch-tty.c
Eugene Grosbein 2cc0673944 misc/deco: fix build with -fno-common (clang 11 and gcc 10)
PORTREVISION not bumped as it fixes build for FreeBSD 13.

Reported by:	pkg-fallout
2020-08-20 10:09:48 +00:00

11 lines
207 B
C

--- tty.c.orig 1997-07-18 14:58:32 UTC
+++ tty.c
@@ -82,7 +82,7 @@ static struct ltchars oldchars, newchars;
# define OXTABS TAB3
#endif
-int TtyUpperCase;
+int TtyUpperCase = 0;
#define NOCHAR 0