summaryrefslogtreecommitdiff
path: root/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-no-git.patch
blob: 8665785736eebdc6b742a79f432354220ce64e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e8975f..2e5ea5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,11 +59,7 @@ set(LIBS ${LIBS}
     ${QT_QTCORE_LIBRARIES} ${QT_QTGUI_LIBRARIES} ${QT_QTNETWORK_LIBRARIES}
     ${QT_QTWEBENGINE_LIBRARIES} ${QT_QTXML_LIBRARIES} ${QT_QTSQL_LIBRARIES})
 
-FIND_PACKAGE(Git)
-IF(GIT_FOUND)
-    include(GetGitRevisionDescription)
-    get_git_head_revision(GIT_REFSPEC GIT_SHA1)
-ENDIF()
+SET(GIT_SHA1 "-- gentoo build --")
 
 IF(WIN32)
     # Windows Section