diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-27 19:21:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-27 19:21:41 +0000 |
commit | 893e2c1fdd2851473c99e7a7dd13df194f2ad475 (patch) | |
tree | ba4e5f34df31742a20ce09b041dbbadebc279927 /devel/gobject-introspection/files/patch-tools_meson.build | |
parent | net/neatvnc: update to 0.3.2 (diff) |
Updtae to 1.66.0
This was also submitted by swills in PR 249341
PR: 249341
Notes
Notes:
svn path=/head/; revision=550295
Diffstat (limited to 'devel/gobject-introspection/files/patch-tools_meson.build')
-rw-r--r-- | devel/gobject-introspection/files/patch-tools_meson.build | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/gobject-introspection/files/patch-tools_meson.build b/devel/gobject-introspection/files/patch-tools_meson.build new file mode 100644 index 000000000000..dc01ec09e47b --- /dev/null +++ b/devel/gobject-introspection/files/patch-tools_meson.build @@ -0,0 +1,15 @@ +--- tools/meson.build.orig 2020-09-12 17:25:46 UTC ++++ tools/meson.build +@@ -9,11 +9,7 @@ if with_doctool + tools += [['g-ir-doc-tool', 'docmain', 'doc_main']] + endif + +-if cc.get_id() == 'msvc' +- python_cmd = '/usr/bin/env ' + python.path() +-else +- python_cmd = '/usr/bin/env python@0@'.format(python.language_version().split('.')[0]) +-endif ++python_cmd = '%%PYTHON_CMD%%' + + tool_output = [] + foreach tool : tools |