mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
11 lines
344 B
Text
11 lines
344 B
Text
--- src/meson.build.orig 2023-02-21 23:13:42 UTC
|
|
+++ src/meson.build
|
|
@@ -46,7 +46,7 @@ sources = [
|
|
'accurip.c',
|
|
|
|
# Version
|
|
- vcs_tag(command: ['git', 'rev-parse', '--short', 'HEAD'],
|
|
+ vcs_tag(command: ['false'],
|
|
input: 'version.c.in', output: 'version.c',
|
|
fallback: 'release')
|
|
]
|