distribution/packages/devel/librga/patches/01-string_not_arr.patch

12 lines
498 B
Diff

diff -rupN librga.orig/meson.build librga/meson.build
--- librga.orig/meson.build 2022-07-08 18:24:31.727555866 -0400
+++ librga/meson.build 2022-07-08 18:24:47.499517461 -0400
@@ -28,7 +28,7 @@ libthreads_dep = dependency('threads')
gen_version = vcs_tag(
command : ['./genversion.sh', 'meson'],
- replace_string : ['$GIT_BUILD_VERSION'],
+ replace_string : '$GIT_BUILD_VERSION',
input : 'version.h.template', output : 'version.h',
)
add_project_arguments('-DLINUX=1', language : 'cpp')