diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-24 23:05:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-24 23:05:18 +0000 |
commit | d160c9a8010680f4c17aebc93741c66663b5686a (patch) | |
tree | 51ed660701076ab1eff467e36d209e0493483673 /games/pinball/files/patch-base_TextureUtil.cpp | |
parent | Fix for build with new autoconf support. (diff) |
Add pinball, a OpenGL/Allegro pinball game
PR: 41693
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=71048
Diffstat (limited to 'games/pinball/files/patch-base_TextureUtil.cpp')
-rw-r--r-- | games/pinball/files/patch-base_TextureUtil.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pinball/files/patch-base_TextureUtil.cpp b/games/pinball/files/patch-base_TextureUtil.cpp new file mode 100644 index 000000000000..7cf753859d14 --- /dev/null +++ b/games/pinball/files/patch-base_TextureUtil.cpp @@ -0,0 +1,11 @@ +--- ./base/TextureUtil.cpp.orig Fri Nov 1 14:49:57 2002 ++++ ./base/TextureUtil.cpp Mon Nov 11 01:27:54 2002 +@@ -18,7 +18,7 @@ + #if EM_DEBUG + #include <GL/glu.h> + #endif +-#include <SDL/SDL.h> ++#include <SDL.h> + #include <SDL_image.h> + + extern "C" { |