ports/devel/appstream/files/patch-compose_meson.build
2023-02-20 18:15:24 +03:00

11 lines
541 B
Text

--- compose/meson.build.orig 2023-01-26 21:56:35 UTC
+++ compose/meson.build
@@ -129,7 +129,7 @@ pc_fixup = run_command(sed_prog,
# builds using libappstream. Fix this issue by post-processing the file.
sed_prog = find_program('sed')
pc_fixup = run_command(sed_prog,
- '-i',
+ '-i.bak',
'/^Requires.private\|^Libs.private/ d',
join_paths(meson.project_build_root(), 'meson-private', 'appstream-compose.pc'),
check: false)