gentoo/dev-python/soya/files/soya-0.15_rc1-glu.patch
Austin English e46879497d
dev-python/soya: version bump to 0.15_rc1
Based on patch by Patrick McMunn.

Gentoo-Bug: https://bugs.gentoo.org/359075

Package-Manager: Portage-2.3.2, Repoman-2.3.1
2017-01-30 13:26:18 -06:00

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"]