diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
commit | 0d2725682b8325a08b11592d11062997bb9dc7f2 (patch) | |
tree | 46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /graphics/py-soya3d | |
parent | 750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff) | |
download | ports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip |
Notes
Diffstat (limited to 'graphics/py-soya3d')
-rw-r--r-- | graphics/py-soya3d/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-soya3d/files/patch-setup.py | 17 |
2 files changed, 0 insertions, 19 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 7672ceed7fd0..7828b35cd347 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -55,8 +55,6 @@ STDINTFLAG= true .endif post-patch: - @cd ${WRKSRC} && \ - ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e 's|SDL/|SDL11/|g' "{}" \; @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e \ 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..." |