diff options
Diffstat (limited to 'graphics/py-soya3d/files/patch-sdlconst.c')
-rw-r--r-- | graphics/py-soya3d/files/patch-sdlconst.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/py-soya3d/files/patch-sdlconst.c b/graphics/py-soya3d/files/patch-sdlconst.c new file mode 100644 index 000000000000..b190a021df5a --- /dev/null +++ b/graphics/py-soya3d/files/patch-sdlconst.c @@ -0,0 +1,13 @@ +--- sdlconst.c.old Wed Oct 5 02:49:32 2005 ++++ sdlconst.c Wed Oct 5 02:49:42 2005 +@@ -8,8 +8,8 @@ + #include "stdlib.h" + #include "string.h" + #include "math.h" +-#include "SDL/SDL_endian.h" +-#include "SDL/SDL.h" ++#include "SDL11/SDL_endian.h" ++#include "SDL11/SDL.h" + + + typedef struct {PyObject **p; char *s;} __Pyx_InternTabEntry; /*proto*/ |