diff options
author | Hoang Minh Thang <hoangminhthang@ktqd.org> | 2012-02-14 22:26:05 +0700 |
---|---|---|
committer | Hoang Minh Thang <hoangminhthang@ktqd.org> | 2012-02-14 22:26:05 +0700 |
commit | 117ee940640c9556296edd0ad511fff974889521 (patch) | |
tree | 2bb196e8be1a7cd93b4d35a1b39c698247e98d0d /media-gfx/blender/files/blender-2.60-linux-3.patch | |
parent | tupi-0.1 (diff) | |
download | gentoo-vn-117ee940640c9556296edd0ad511fff974889521.tar.gz gentoo-vn-117ee940640c9556296edd0ad511fff974889521.tar.bz2 gentoo-vn-117ee940640c9556296edd0ad511fff974889521.zip |
tupi
Diffstat (limited to 'media-gfx/blender/files/blender-2.60-linux-3.patch')
-rw-r--r-- | media-gfx/blender/files/blender-2.60-linux-3.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/blender/files/blender-2.60-linux-3.patch b/media-gfx/blender/files/blender-2.60-linux-3.patch new file mode 100644 index 0000000..6a96b49 --- /dev/null +++ b/media-gfx/blender/files/blender-2.60-linux-3.patch @@ -0,0 +1,12 @@ +--- SConstruct 2011-10-29 05:18:43.149564401 +0200 ++++ SConstruct 2011-10-29 05:19:37.332887017 +0200 +@@ -165,6 +165,9 @@ + if crossbuild and platform not in ('win32-vc', 'win64-vc'): + platform = 'linuxcross' + ++if platform == 'linux3': ++ platform = 'linux2' # Workaround for Linux 3.x ++ + env['OURPLATFORM'] = platform + + configfile = os.path.join("build_files", "scons", "config", platform + "-config.py") |