diff options
Diffstat (limited to 'games/quakeforge/patches/patch-ak')
-rw-r--r-- | games/quakeforge/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/quakeforge/patches/patch-ak b/games/quakeforge/patches/patch-ak new file mode 100644 index 00000000000..82b8dbd43b9 --- /dev/null +++ b/games/quakeforge/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2008/01/23 04:59:36 tnn Exp $ + +--- libs/console/server.c.orig 2004-01-27 05:23:36.000000000 +0000 ++++ libs/console/server.c +@@ -70,7 +70,7 @@ static __attribute__ ((unused)) const ch + + #include "compat.h" + +-static console_data_t con_data; ++/* static */ console_data_t con_data; + + static QFile *log_file; + static cvar_t *sv_logfile; |