ports/sysutils/lttng-tools/files/patch-include_Makefile.am
Mahdi Mokhtari a8416c340c Adding sysutils/lttng-ust and sysutils/lttng-tools.
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit
for tracing Linux (And now FreeBSD, only userspace now) programs.

PR:		216142
Submitted by:	mmokhi
Reported by:	mmokhi
Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9200
2017-02-11 15:36:17 +00:00

17 lines
442 B
Text

--- include/Makefile.am.orig 2017-01-12 17:07:16 UTC
+++ include/Makefile.am
@@ -1,8 +1,8 @@
-if LTTNG_TOOLS_BUILD_GIT_SOURCE
-GIT_DESCRIBE_CMD = (cd $(top_srcdir); git describe)
-else
-GIT_DESCRIBE_CMD = /bin/true
-endif
+##if LTTNG_TOOLS_BUILD_GIT_SOURCE
+##GIT_DESCRIBE_CMD = (cd ${top_srcdir}; git describe)
+##else
+GIT_DESCRIBE_CMD = /usr/bin/true
+##endif
##
## The version.h file must be verified and generated or updated if the