aboutsummaryrefslogtreecommitdiff
path: root/graphics/Blender/buildinfo-2.79b.diff
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2018-03-28 09:24:42 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-31 07:41:44 +0700
commit93cbea53548dbf107a97f1cc1ac15aed401b1f4f (patch)
tree5e79a730e484f1e3e843b9f2aae604dfb785800e /graphics/Blender/buildinfo-2.79b.diff
parent349a6a52b7bc7815e6ee6644b1f4cc3b0932bab2 (diff)
graphics/Blender: Updated for version 2.79b
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'graphics/Blender/buildinfo-2.79b.diff')
-rw-r--r--graphics/Blender/buildinfo-2.79b.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/Blender/buildinfo-2.79b.diff b/graphics/Blender/buildinfo-2.79b.diff
new file mode 100644
index 0000000000000..ea048f8f0a3f2
--- /dev/null
+++ b/graphics/Blender/buildinfo-2.79b.diff
@@ -0,0 +1,16 @@
+--- build_files/cmake/buildinfo.cmake.orig 2017-09-11 14:34:59.000000000 +1000
++++ build_files/cmake/buildinfo.cmake 2017-09-14 11:10:52.213995610 +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" 01:24 24-Mar-18' +%s) - time & date of commit
++set(MY_WC_HASH "f4dc9f9d68bd")
++set(MY_WC_BRANCH "master")
++set(MY_WC_COMMIT_TIMESTAMP 1521854640)
+
+ # Guess if this is a git working copy and then look up the revision
+ if(EXISTS ${SOURCE_DIR}/.git)