summaryrefslogtreecommitdiff
path: root/games/heretic/files/patch-graphics::i_sdl.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-17 17:58:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-17 17:58:38 +0000
commiteda03dc080553abee67a7858bcde295061662153 (patch)
tree56e71774325f7adeb19d08e528f48948db9ff1c4 /games/heretic/files/patch-graphics::i_sdl.c
parentUpdate to 4197 (diff)
When WITH_SDL is defined use devel/sdl12 instead of devel/sdl10.
Notes
Notes: svn path=/head/; revision=57821
Diffstat (limited to 'games/heretic/files/patch-graphics::i_sdl.c')
-rw-r--r--games/heretic/files/patch-graphics::i_sdl.c14
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;