mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
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
This commit is contained in:
12
dev-python/soya/files/soya-0.15_rc1-glu.patch
Normal file
12
dev-python/soya/files/soya-0.15_rc1-glu.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user