Index: head/graphics/gnome-video-effects/files/patch-meson.build =================================================================== --- head/graphics/gnome-video-effects/files/patch-meson.build (nonexistent) +++ head/graphics/gnome-video-effects/files/patch-meson.build (revision 548902) @@ -0,0 +1,19 @@ +--- meson.build.orig 2019-08-05 21:13:24 UTC ++++ meson.build +@@ -9,7 +9,7 @@ i18n = import('i18n') + prefix = get_option('prefix') + datadir = join_paths(prefix, get_option('datadir')) + pkgdatadir = join_paths(datadir, meson.project_name()) +-pkgconfigdir = join_paths(datadir, 'pkgconfig') ++pkgconfigdir = join_paths(prefix, 'libdata/pkgconfig') + + subdir('effects') + subdir('po') +@@ -23,6 +23,6 @@ conf.set('VERSION', meson.project_version()) + pkg = configure_file(configuration: conf, + input: 'gnome-video-effects.pc.in', + install: true, +- install_dir: join_paths(datadir, 'pkgconfig'), ++ install_dir: pkgconfigdir, + output: 'gnome-video-effects.pc') + Property changes on: head/graphics/gnome-video-effects/files/patch-meson.build ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property