freebsd-ports/games/tenebrae/files/patch-sys_linux.c
Stefan Eßer a563c59fb3 Fix build with -fno-common
While here add license (GPLv2+, included in all source files).
2020-09-30 11:33:22 +00:00

11 lines
247 B
C

--- sys_linux.c.orig 2020-09-30 11:25:10 UTC
+++ sys_linux.c
@@ -27,7 +27,7 @@ int nostdout = 0;
// user preference directory
#if defined (USERPREF_DIR)
-char *prefdir= ".quake";
+char *prefdir= ".tenebrae";
#endif
#if defined (BASEDIR)