opnsense-ports/devel/appstream/files/patch-compose_meson.build
Franco Fichtner 1049d1b8c3 */*: sync with upstream
Taken from: FreeBSD
2023-02-21 15:58:16 +01: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)