mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
11 lines
347 B
Text
11 lines
347 B
Text
--- meson.build.orig 2022-10-15 12:50:55 UTC
|
|
+++ meson.build
|
|
@@ -7,7 +7,7 @@ git = find_program('git', required: false)
|
|
|
|
git_version = []
|
|
git = find_program('git', required: false)
|
|
-if git.found()
|
|
+if git.found() and false
|
|
git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-')
|
|
endif
|
|
|