freebsd-ports/graphics/py-soya3d/files/patch-sdlconst.c
Marcus Alves Grando ada16c01ec 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 <acardenas@bsd.org.pe>
2005-10-09 00:17:17 +00:00

13 lines
344 B
C

--- 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*/