summaryrefslogtreecommitdiff
path: root/games/sdlquake2/files/patch-cl_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/sdlquake2/files/patch-cl_main.c')
-rw-r--r--games/sdlquake2/files/patch-cl_main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/sdlquake2/files/patch-cl_main.c b/games/sdlquake2/files/patch-cl_main.c
deleted file mode 100644
index a9d4a77842a0..000000000000
--- a/games/sdlquake2/files/patch-cl_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./cl_main.c.orig Thu May 19 17:56:13 2005
-+++ ./cl_main.c Sun Feb 26 11:23:56 2006
-@@ -3657,7 +3657,7 @@
- Cbuf_Execute ();
-
- Con_Init ();
--#if defined __linux__ || defined __sgi
-+#if defined __linux__ || defined __sgi || defined __FreeBSD__
- S_Init (true);
-
- VID_Init ();