summaryrefslogtreecommitdiff
path: root/graphics/Blender/buildinfo-2.78c.diff
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2017-09-14 13:47:38 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-09-16 07:15:21 +0700
commitfd17b17a04b7232e27a8347d2ab5890a696485c5 (patch)
tree5d1b1b1feb4ca1e2f2af937ef245b7a130573533 /graphics/Blender/buildinfo-2.78c.diff
parent8eb6330d967b65638048dae48d9582299d53487b (diff)
downloadslackbuilds-fd17b17a04b7232e27a8347d2ab5890a696485c5.tar.gz
graphics/Blender: Updated for version 2.79
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'graphics/Blender/buildinfo-2.78c.diff')
-rw-r--r--graphics/Blender/buildinfo-2.78c.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/Blender/buildinfo-2.78c.diff b/graphics/Blender/buildinfo-2.78c.diff
deleted file mode 100644
index cf92037206..0000000000
--- a/graphics/Blender/buildinfo-2.78c.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- build_files/cmake/buildinfo.cmake.orig 2016-10-25 19:59:23.000000000 +1000
-+++ build_files/cmake/buildinfo.cmake 2016-11-13 17:31:44.921023097 +1000
-@@ -8,9 +8,10 @@
-
- # Extract working copy information for SOURCE_DIR into MY_XXX variables
- # with a default in case anything fails, for example when using git-svn
--set(MY_WC_HASH "unknown")
--set(MY_WC_BRANCH "unknown")
--set(MY_WC_COMMIT_TIMESTAMP 0)
-+# Timestamp from $(date --date='TZ="UTC" 15:33 24-Feb-17' +%s) - time & date of commit
-+set(MY_WC_HASH "e92f23528307")
-+set(MY_WC_BRANCH "master")
-+set(MY_WC_COMMIT_TIMESTAMP 1487950380)
-
- # Guess if this is a git working copy and then look up the revision
- if(EXISTS ${SOURCE_DIR}/.git)