ports/comms/tio/files/patch-src_meson.build
Daniel Engberg 7768adee2a comms/tio: Update to 3.9
- Add patch to prevent executing of git

Changelog: https://github.com/tio/tio/releases/tag/v3.9
2025-04-21 19:37:55 +02:00

9 lines
387 B
Text

--- src/meson.build.orig 2025-04-21 16:31:39 UTC
+++ src/meson.build
@@ -1,5 +1,5 @@
# Generate version header
-version_h = vcs_tag(command : ['git', 'describe', '--tags', '--always', '--dirty'],
+version_h = vcs_tag(command : ['false'],
input : 'version.h.in',
output :'version.h',
replace_string:'@VERSION@')