diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-03 04:24:48 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-03 04:24:48 +0000 |
commit | 3dcfe541c1799de5c05627d717dca51bf0ee56ba (patch) | |
tree | 295b27507fe15224753e509c8baed0e0685c9455 /games/blobandconquer/files/patch-src_headers.h | |
parent | 0ce6ff89f24322ab1c87728b8cff05aaeb7e30e5 (diff) | |
download | ports-3dcfe541c1799de5c05627d717dca51bf0ee56ba.tar.gz ports-3dcfe541c1799de5c05627d717dca51bf0ee56ba.zip |
Notes
Diffstat (limited to 'games/blobandconquer/files/patch-src_headers.h')
-rw-r--r-- | games/blobandconquer/files/patch-src_headers.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/games/blobandconquer/files/patch-src_headers.h b/games/blobandconquer/files/patch-src_headers.h new file mode 100644 index 000000000000..dafde97dc0b7 --- /dev/null +++ b/games/blobandconquer/files/patch-src_headers.h @@ -0,0 +1,28 @@ +--- src/headers.h.orig Mon Apr 3 05:24:55 2006 ++++ src/headers.h Mon Apr 3 05:26:10 2006 +@@ -18,7 +18,7 @@ + + */ + +-#include "mcheck.h" ++#include <unistd.h> + #include "stdlib.h" + #include "stdio.h" + #include "string.h" +@@ -29,11 +29,11 @@ + + #include "zlib.h" + +-#include "SDL/SDL.h" +-#include "SDL/SDL_image.h" +-#include "SDL/SDL_mixer.h" +-#include "SDL/SDL_ttf.h" +-#include "SDL/SDL_endian.h" ++#include "SDL11/SDL.h" ++#include "SDL11/SDL_image.h" ++#include "SDL11/SDL_mixer.h" ++#include "SDL11/SDL_ttf.h" ++#include "SDL11/SDL_endian.h" + + #include "GL/gl.h" + #include "GL/glu.h" |