diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/heretic/files/patch-graphics__i_sdl.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'games/heretic/files/patch-graphics__i_sdl.c')
-rw-r--r-- | games/heretic/files/patch-graphics__i_sdl.c | 14 |
1 files changed, 14 insertions, 0 deletions
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 <sys/time.h> + #include "doomdef.h" + +-#include "SDL/SDL.h" ++#include "SDL.h" + + static int lastmousex = 0; + static int lastmousey = 0; |