summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2011-10-29 03:36:58 +0000
committerSebastian Pipping <sping@gentoo.org>2011-10-29 03:36:58 +0000
commit30a1ebb81f0e5fccbccce381aeccc995ba702c11 (patch)
treedad4fa956bdd724268c7b8abc7580d1827312fdd /media-gfx/blender/files
parentBump to 3.2.1 from the gnome overlay. Numerous changes and improvements. (diff)
downloadhistorical-30a1ebb81f0e5fccbccce381aeccc995ba702c11.tar.gz
historical-30a1ebb81f0e5fccbccce381aeccc995ba702c11.tar.bz2
historical-30a1ebb81f0e5fccbccce381aeccc995ba702c11.zip
media-gfx/blender: Fix 2.57-r1 for Linux 3.x (bug #381099)
Package-Manager: portage-2.1.10.31/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/blender/files')
-rw-r--r--media-gfx/blender/files/blender-2.57-linux-3.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/blender/files/blender-2.57-linux-3.patch b/media-gfx/blender/files/blender-2.57-linux-3.patch
new file mode 100644
index 000000000000..6a96b49d12ca
--- /dev/null
+++ b/media-gfx/blender/files/blender-2.57-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")