pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pangomm/patches pangomm: import patches



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cb888d6e98b
branches:  trunk
changeset: 450000:0cb888d6e98b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 08 21:16:42 2021 +0000

description:
pangomm: import patches

diffstat:

 devel/pangomm/patches/patch-meson.build |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 6a3bbc620a68 -r 0cb888d6e98b devel/pangomm/patches/patch-meson.build
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pangomm/patches/patch-meson.build   Thu Apr 08 21:16:42 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-meson.build,v 1.1 2021/04/08 21:16:42 adam Exp $
+
+Fix finding Python.
+
+--- meson.build.orig   2021-04-08 16:35:21.531396769 +0000
++++ meson.build
+@@ -43,7 +43,7 @@ project_build_root = meson.current_build
+ 
+ cpp_compiler = meson.get_compiler('cpp')
+ is_msvc = cpp_compiler.get_id() == 'msvc'
+-python3 = import('python').find_installation('python3')
++python3 = import('python').find_installation()
+ 
+ python_version = python3.language_version()
+ python_version_req = '>= 3.5'



Home | Main Index | Thread Index | Old Index