diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-03-16 23:22:27 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-03-16 23:22:27 +0000 |
commit | a0bd4fb1fab61c43a874b7dede2fa6784d4cfd6f (patch) | |
tree | 59f721971808a3dbb4c74e76c454a2a022f905e6 /x11/gtk-app-menu/files/patch-meson.build | |
parent | games/openclonk: fix build on powerpc64le (diff) |
x11/gtk-app-menu: Update to 0.7.6
PR: 252361
Submitted by: Trenton Schulz <trueos AT norwegianrockcat DOT com> (maintainer)
Notes
Notes:
svn path=/head/; revision=568620
Diffstat (limited to 'x11/gtk-app-menu/files/patch-meson.build')
-rw-r--r-- | x11/gtk-app-menu/files/patch-meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/gtk-app-menu/files/patch-meson.build b/x11/gtk-app-menu/files/patch-meson.build new file mode 100644 index 000000000000..4ff6b1ce2cbd --- /dev/null +++ b/x11/gtk-app-menu/files/patch-meson.build @@ -0,0 +1,8 @@ +--- meson.build.orig 2021-01-02 21:06:31 UTC ++++ meson.build +@@ -117,4 +117,4 @@ readmes = [ + 'README.md', + 'LICENSE', + ] +-install_data(readmes, install_dir : join_paths(get_option('datadir'), meson.project_name(), 'doc')) ++# install_data(readmes, install_dir : join_paths(get_option('datadir'), meson.project_name(), 'doc')) |