mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 04:47:28 -07:00
Based on patch by Patrick McMunn. Gentoo-Bug: https://bugs.gentoo.org/359075 Package-Manager: Portage-2.3.2, Repoman-2.3.1
13 lines
515 B
Diff
13 lines
515 B
Diff
diff -rupN a/setup.py b/setup.py
|
|
--- a/setup.py 2010-01-18 15:39:57.000000000 -0600
|
|
+++ b/setup.py 2012-07-19 21:19:48.054609136 -0500
|
|
@@ -109,7 +109,7 @@ if endian == "big":
|
|
if sys.platform[:3] == "win":
|
|
LIBS = ["m", "glew32", "SDL", "SDL_mixer", "freetype", "cal3d", "stdc++", "ode"]
|
|
else:
|
|
- LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++","ode"]
|
|
+ LIBS = ["m", "GLEW", "GLU", "SDL", "freetype", "cal3d", "stdc++","ode"]
|
|
FRAMEWORKS=[]
|
|
|
|
SOYA_PYREX_SOURCES = ["_soya.pyx", "matrix.c", "chunk.c"]
|