summaryrefslogtreecommitdiff
path: root/media-gfx/blender/files/blender-fix-install-rules.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-30 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-30 11:38:31 +0100
commit0827eeeaa829df34bb133259d663b334cbbec18d (patch)
treec77224e32827227738571299af1187ba9132ecee /media-gfx/blender/files/blender-fix-install-rules.patch
parent843bd3ea966e859ba7b2834df66636d5216868fe (diff)
media-gfx/blender : import from gentoo, add python3.7 compat (builds and runs fine with it)
Diffstat (limited to 'media-gfx/blender/files/blender-fix-install-rules.patch')
-rw-r--r--media-gfx/blender/files/blender-fix-install-rules.patch18
1 files changed, 10 insertions, 8 deletions
diff --git a/media-gfx/blender/files/blender-fix-install-rules.patch b/media-gfx/blender/files/blender-fix-install-rules.patch
index 6f203bd8..e62aba81 100644
--- a/media-gfx/blender/files/blender-fix-install-rules.patch
+++ b/media-gfx/blender/files/blender-fix-install-rules.patch
@@ -1,14 +1,16 @@
---- a/source/creator/CMakeLists.txt.ORIG 2019-06-26 11:43:48.063167637 +0200
-+++ b/source/creator/CMakeLists.txt 2019-06-26 12:33:02.676329481 +0200
-@@ -352,11 +352,6 @@
+diff -purN a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
+--- a/source/creator/CMakeLists.txt 2016-09-28 10:26:55.000000000 +0100
++++ b/source/creator/CMakeLists.txt 2016-10-03 12:17:08.938928486 +0100
+@@ -328,12 +328,6 @@ endif()
+ # Install Targets (Generic, All Platforms)
- # important to make a clean install each time, else old scripts get loaded.
+-# important to make a clean install each time, else old scripts get loaded.
-install(
-- CODE
-- "file(REMOVE_RECURSE ${TARGETDIR_VER})"
+- CODE
+- "file(REMOVE_RECURSE ${TARGETDIR_VER})"
-)
-
if(WITH_PYTHON)
- # install(CODE "message(\"copying blender scripts...\")")
-
+ # install(CODE "message(\"copying blender scripts...\")")
+