diff options
Diffstat (limited to 'games/sdlquake2/files/patch-vid_so.c')
-rw-r--r-- | games/sdlquake2/files/patch-vid_so.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/sdlquake2/files/patch-vid_so.c b/games/sdlquake2/files/patch-vid_so.c deleted file mode 100644 index c29feb7457ec..000000000000 --- a/games/sdlquake2/files/patch-vid_so.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./vid_so.c.orig Thu May 19 17:56:13 2005 -+++ ./vid_so.c Sun Feb 26 11:23:56 2006 -@@ -225,7 +225,7 @@ - fn[strlen(fn) - 1] = 0; - */ - -- strcpy (fn, "."); -+ strcpy (fn, LIBDIR); - strcat(fn, "/"); - strcat(fn, name); - |