summaryrefslogtreecommitdiff
path: root/graphics/blender/patches
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2005-04-11 23:01:20 +0000
committerreinoud <reinoud@pkgsrc.org>2005-04-11 23:01:20 +0000
commitf0c9f9b38718da7aee895cd3e1a25fa4e35c42f0 (patch)
tree102a654119527a507a847a7b807e55c957453575 /graphics/blender/patches
parent28d13b95411b4f601c92fe853c9db201ab0bf66b (diff)
downloadpkgsrc-f0c9f9b38718da7aee895cd3e1a25fa4e35c42f0.tar.gz
Update blender package to version 2.36nb2 fixing the creation of the
/blender file.
Diffstat (limited to 'graphics/blender/patches')
-rw-r--r--graphics/blender/patches/patch-ae11
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/blender/patches/patch-ae b/graphics/blender/patches/patch-ae
index 4f4b819fc98..48769df78a1 100644
--- a/graphics/blender/patches/patch-ae
+++ b/graphics/blender/patches/patch-ae
@@ -1,7 +1,16 @@
-$NetBSD: patch-ae,v 1.1 2005/02/26 20:34:43 reinoud Exp $
+$NetBSD: patch-ae,v 1.2 2005/04/11 23:01:21 reinoud Exp $
--- SConstruct.orig 2004-12-21 18:00:25.000000000 +0100
+++ SConstruct
+@@ -31,7 +31,7 @@ else:
+ playername = 'blenderplayer$PROGSUFFIX'
+
+ # Build directory.
+-# root_build_dir = '..' + os.sep + 'build' + os.sep + sys.platform + os.sep
++root_build_dir = '..' + os.sep + 'build' + os.sep + sys.platform + os.sep
+
+ bs_config.parseOpts()
+
@@ -50,7 +50,92 @@ sdl_env = Environment ()
freetype_env = Environment ()
env = Environment ()