aboutsummaryrefslogtreecommitdiff
path: root/games/tenebrae/files/patch-common.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-30 11:33:22 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-30 11:33:22 +0000
commita563c59fb314096a8fef522b8342ff391c83a777 (patch)
tree80b9000e921a5b9cfd3de7fb484cb3a53793c247 /games/tenebrae/files/patch-common.c
parent06042cec26c36727683ee891ff2e04d457773e80 (diff)
downloadports-a563c59fb314096a8fef522b8342ff391c83a777.tar.gz
ports-a563c59fb314096a8fef522b8342ff391c83a777.zip
Fix build with -fno-common
While here add license (GPLv2+, included in all source files).
Notes
Notes: svn path=/head/; revision=550686
Diffstat (limited to 'games/tenebrae/files/patch-common.c')
-rw-r--r--games/tenebrae/files/patch-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tenebrae/files/patch-common.c b/games/tenebrae/files/patch-common.c
index facc89061cb8..a34a5602017a 100644
--- a/games/tenebrae/files/patch-common.c
+++ b/games/tenebrae/files/patch-common.c
@@ -1,6 +1,6 @@
---- ./common.c.orig Sat Jun 10 12:08:13 2006
-+++ ./common.c Sat Jun 10 12:08:13 2006
-@@ -2221,7 +2221,10 @@
+--- common.c.orig 2020-09-30 11:25:10 UTC
++++ common.c
+@@ -2221,7 +2221,10 @@ void COM_InitFilesystem (void)
if ((userdir[j-1] == '\\') || (userdir[j-1] == '/'))
userdir[j-1] = 0;
}