summaryrefslogtreecommitdiffstats
path: root/graphics/luminance-hdr/patches/luminance-hdr-2.6.0-no-git.patch
diff options
context:
space:
mode:
author Matteo Bernardini2023-10-07 18:55:19 +0200
committer Matteo Bernardini2023-10-07 18:55:19 +0200
commitfbe6cc0e6ff58e44f22d064b94d32e48d2a3447d (patch)
tree5f02fdd7bac5606ccaa3fc588bf8c80d5a681ca5 /graphics/luminance-hdr/patches/luminance-hdr-2.6.0-no-git.patch
parent5c89c351ce2b6097463eb3d530983df80d3b5258 (diff)
downloadslackbuilds-fb877215d41b731720aa545e5e4567843057a34e.tar.gz
20231007.1 global branch merge.current-20231007.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/luminance-hdr/patches/luminance-hdr-2.6.0-no-git.patch')
-rw-r--r--graphics/luminance-hdr/patches/luminance-hdr-2.6.0-no-git.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/luminance-hdr/patches/luminance-hdr-2.6.0-no-git.patch b/graphics/luminance-hdr/patches/luminance-hdr-2.6.0-no-git.patch
new file mode 100644
index 0000000000..1d95930404
--- /dev/null
+++ b/graphics/luminance-hdr/patches/luminance-hdr-2.6.0-no-git.patch
@@ -0,0 +1,15 @@
+--- a/CMakeLists.txt 2019-06-09 21:18:38.000000000 +0200
++++ b/CMakeLists.txt 2019-09-15 23:41:24.684413834 +0200
+@@ -103,11 +103,7 @@
+ set(LIBS ${LIBS} ${QT_QTWEBKIT_LIBRARIES})
+ endif()
+
+-FIND_PACKAGE(Git)
+-IF(GIT_FOUND)
+- include(GetGitRevisionDescription)
+- get_git_head_revision(GIT_REFSPEC GIT_SHA1)
+-ENDIF()
++SET(GIT_SHA1 "-- Slackware build --")
+
+ IF(WIN32)
+