mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
11 lines
541 B
Text
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)
|