mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
deskutils/nautilus-sendto: unbreak build with Meson 0.61.0
src/meson.build:10:5: ERROR: Function does not take positional arguments. PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
This commit is contained in:
parent
02ad51df30
commit
3185afa34b
13
deskutils/nautilus-sendto/files/patch-src_meson.build
Normal file
13
deskutils/nautilus-sendto/files/patch-src_meson.build
Normal file
@ -0,0 +1,13 @@
|
||||
src/meson.build:10:5: ERROR: Function does not take positional arguments.
|
||||
|
||||
--- src/meson.build.orig 2017-08-09 11:30:58 UTC
|
||||
+++ src/meson.build
|
||||
@@ -7,7 +7,7 @@ executable('nautilus-sendto',
|
||||
|
||||
po_dir = join_paths(meson.source_root(), 'po')
|
||||
|
||||
-i18n.merge_file ('appdata',
|
||||
+i18n.merge_file (
|
||||
input: 'nautilus-sendto.metainfo.xml.in',
|
||||
output: 'nautilus-sendto.metainfo.xml',
|
||||
install: true,
|
Loading…
Reference in New Issue
Block a user