summaryrefslogtreecommitdiff
path: root/devel/eclipse-titan/files/patch-common-Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/eclipse-titan/files/patch-common-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/eclipse-titan/files/patch-common-Makefile b/devel/eclipse-titan/files/patch-common-Makefile
new file mode 100644
index 000000000000..1e6b13b2d41f
--- /dev/null
+++ b/devel/eclipse-titan/files/patch-common-Makefile
@@ -0,0 +1,12 @@
+--- common/Makefile.orig 2024-11-14 11:50:43 UTC
++++ common/Makefile
+@@ -27,7 +27,8 @@ include $(TOP)/Makefile.cfg
+ include $(TOP)/Makefile.cfg
+
+ # Generating git_version.c according to GIT_COMMIT_ID
+-GIT_HASH=`git describe --always --dirty --match 'NOT A TAG'`
++#GIT_HASH=`git describe --always --dirty --match 'NOT A TAG'`
++GIT_HASH=11.1.0
+ ifeq ($(GIT_COMMIT_ID), no)
+ GIT_HASH=""
+ endif