blender: use bugs.gentoo.org svn version
[shuber-gentoo-overlay.git] / media-gfx / blender / files / blender-2.5-bmake.patch
1 --- blender/release/plugins/bmake 2010-03-21 17:44:20.500741049 +0100
2 +++ blender/release/plugins/bmake 2010-03-21 17:44:33.659740173 +0100
3 @@ -57,10 +57,10 @@
4 LDFLAGS="-Bshareable";
5 elif ( test $UNAME = "Linux" ) then
6 CC="gcc";
7 - CFLAGS="-fPIC -funsigned-char -O2";
8 +# CFLAGS="-fPIC -funsigned-char -O2";
9
10 LD="ld";
11 - LDFLAGS="-Bshareable";
12 +# LDFLAGS="-Bshareable";
13 elif ( test $UNAME = "SunOS" ) then
14 CC="cc";
15 CFLAGS="-O";