Index: head/graphics/gexiv2/files/patch-gexiv2_meson.build =================================================================== --- head/graphics/gexiv2/files/patch-gexiv2_meson.build (revision 486762) +++ head/graphics/gexiv2/files/patch-gexiv2_meson.build (revision 486763) @@ -1,11 +1,16 @@ ---- gexiv2/meson.build.orig 2018-11-23 19:55:20 UTC -+++ gexiv2/meson.build -@@ -35,7 +35,7 @@ install_headers(gexiv2_headers, subdir : +--- gexiv2/meson.build.orig 2018-12-01 18:58:21.005598000 +0100 ++++ gexiv2/meson.build 2018-12-01 19:01:56.566055000 +0100 +@@ -35,10 +35,10 @@ # Static map file mapfile = 'gexiv2.map' -if host_machine.system() == 'darwin' +- vflag = '' +if host_machine.system() == 'darwin' or host_machine.system() == 'freebsd' - vflag = '' ++ vflag = [] else - vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile) +- vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile) ++ vflag = ['-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile)] + endif + + gexiv2 = library('gexiv2',