diff options
Diffstat (limited to 'graphics/py-soya3d/files/patch-setup.py')
-rw-r--r-- | graphics/py-soya3d/files/patch-setup.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/py-soya3d/files/patch-setup.py b/graphics/py-soya3d/files/patch-setup.py index 70e12375091a..a7dff9ece576 100644 --- a/graphics/py-soya3d/files/patch-setup.py +++ b/graphics/py-soya3d/files/patch-setup.py @@ -1,22 +1,5 @@ --- setup.py Mon Aug 21 00:22:53 2006 +++ setup.py Mon Aug 21 00:24:52 2006 -@@ -37,6 +37,7 @@ - "/usr/include/freetype2", - "/usr/local/include/freetype2", - "/usr/include/cal3d", -+ "/usr/local/include/SDL11", - "/usr/local/include/cal3d", - "/sw/include", # For Mac OS X "fink" - "/opt/local/include", # For Mac OS X "darwin port" -@@ -80,7 +81,7 @@ - LIBS = ["m", "glew32", "SDL", "freetype", "cal3d", "stdc++"] - else: - #LIBS = ["m", "GLEW", "GL", "GLU", "SDL", "SDL_mixer", "freetype", "cal3d", "stdc++"] -- LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++"] -+ LIBS = ["m", "GLEW", "SDL-1.1", "freetype", "cal3d", "stdc++"] - - SOYA_PYREX_SOURCES = ["_soya.pyx", "matrix.c", "chunk.c" ] - SOYA_C_SOURCES = ["_soya.c" , "matrix.c", "chunk.c" ] @@ -99,6 +100,7 @@ if USE_OPENAL: print "Sound support (with OpenAL) enabled..." |