From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- games/heretic/files/patch-graphics__i_sdl.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 games/heretic/files/patch-graphics__i_sdl.c (limited to 'games/heretic/files/patch-graphics__i_sdl.c') diff --git a/games/heretic/files/patch-graphics__i_sdl.c b/games/heretic/files/patch-graphics__i_sdl.c new file mode 100644 index 000000000000..388677f0f1e1 --- /dev/null +++ b/games/heretic/files/patch-graphics__i_sdl.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- graphics/i_sdl.c 2002/04/17 17:57:00 1.1 ++++ graphics/i_sdl.c 2002/04/17 17:57:08 +@@ -7,7 +7,7 @@ + #include + #include "doomdef.h" + +-#include "SDL/SDL.h" ++#include "SDL.h" + + static int lastmousex = 0; + static int lastmousey = 0; -- cgit v1.2.3