Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 359075
Collapse All | Expand All

(-)Soya-0.15rc1/setup.py (-1 / +1 lines)
Lines 109-115 if endian == "big": Link Here
109
if sys.platform[:3] == "win":
109
if sys.platform[:3] == "win":
110
	LIBS = ["m", "glew32", "SDL", "SDL_mixer", "freetype", "cal3d", "stdc++", "ode"]
110
	LIBS = ["m", "glew32", "SDL", "SDL_mixer", "freetype", "cal3d", "stdc++", "ode"]
111
else:
111
else:
112
	LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++","ode"]
112
	LIBS = ["m", "GLEW", "GLU", "SDL", "freetype", "cal3d", "stdc++","ode"]
113
	FRAMEWORKS=[]
113
	FRAMEWORKS=[]
114
114
115
SOYA_PYREX_SOURCES  = ["_soya.pyx", "matrix.c", "chunk.c"]
115
SOYA_PYREX_SOURCES  = ["_soya.pyx", "matrix.c", "chunk.c"]

Return to bug 359075