summaryrefslogtreecommitdiff
path: root/graphics/blender/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-21 21:14:48 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-21 21:14:48 +0000
commitb2305f7575dc064315b6b3cb330df0f84215e764 (patch)
tree31625a52d755db25965d6d4d2e1157a54ad2e460 /graphics/blender/patches
parent67ed0020f4b6b7cfb97d32d47da619f9e9a94f1d (diff)
downloadpkgsrc-b2305f7575dc064315b6b3cb330df0f84215e764.tar.gz
Don't leak WRKDIR in rpath. Bump revision.
Diffstat (limited to 'graphics/blender/patches')
-rw-r--r--graphics/blender/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/blender/patches/patch-aj b/graphics/blender/patches/patch-aj
new file mode 100644
index 00000000000..03afa1f73c3
--- /dev/null
+++ b/graphics/blender/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2008/06/21 21:14:48 joerg Exp $
+
+--- source/creator/CMakeLists.txt.orig 2008-06-21 14:38:11.000000000 +0000
++++ source/creator/CMakeLists.txt
+@@ -269,6 +269,7 @@ IF(UNIX)
+ ENDIF(REMLIB)
+ ENDFOREACH(SORTLIB)
+ TARGET_LINK_LIBRARIES(blender ${BLENDER_SORTED_LIBS})
++ SET_TARGET_PROPERTIES(blender PROPERTIES SKIP_BUILD_RPATH ON )
+ ELSE(UNIX)
+ TARGET_LINK_LIBRARIES(blender ${BLENDER_LINK_LIBS})
+ ENDIF(UNIX)