From ada16c01ece321041b825e913b76a1a12761cbc0 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sun, 9 Oct 2005 00:17:17 +0000 Subject: Soya 3D is a very high level 3D engine for Python. Soya aims at being to 3D what Python is to programming : fast to learn, easy to use, while keeping good performances PR: 87008 Submitted by: Jose Alonso Cardenas Marquez --- graphics/py-soya3d/files/patch-_ode.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/py-soya3d/files/patch-_ode.c (limited to 'graphics/py-soya3d/files/patch-_ode.c') diff --git a/graphics/py-soya3d/files/patch-_ode.c b/graphics/py-soya3d/files/patch-_ode.c new file mode 100644 index 000000000000..bc3b6a0523a0 --- /dev/null +++ b/graphics/py-soya3d/files/patch-_ode.c @@ -0,0 +1,13 @@ +--- _ode.c.old Wed Oct 5 02:50:09 2005 ++++ _ode.c Wed Oct 5 02:50:18 2005 +@@ -10,8 +10,8 @@ + #include "math.h" + #include "GL/glew.h" + #include "ode/ode.h" +-#include "SDL/SDL_endian.h" +-#include "SDL/SDL.h" ++#include "SDL11/SDL_endian.h" ++#include "SDL11/SDL.h" + #include "chunk.h" + #include "matrix.h" + #include "cal3d_wrapper.h" -- cgit v1.2.3