/[gentoo-x86]/media-gfx/blender/files/blender-2.49b-linux-3.patch
Gentoo

Contents of /media-gfx/blender/files/blender-2.49b-linux-3.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Feb 5 16:11:03 2013 UTC (3 months, 1 week ago) by flameeyes
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Remove version 2.49b as it's way too buggy at this point.

(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

1 --- SConstruct 2011-10-29 05:18:43.149564401 +0200
2 +++ SConstruct 2011-10-29 05:19:37.332887017 +0200
3 @@ -165,6 +165,9 @@
4 if crossbuild and platform not in ('win32-vc', 'win64-vc'):
5 platform = 'linuxcross'
6
7 +if platform == 'linux3':
8 + platform = 'linux2' # Workaround for Linux 3.x
9 +
10 env['OURPLATFORM'] = platform
11
12 configfile = os.path.join("build_files", "scons", "config", platform + "-config.py")

  ViewVC Help
Powered by ViewVC 1.1.13