pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pangomm/patches
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 8 21:16:42 UTC 2021
Added Files:
pkgsrc/devel/pangomm/patches: patch-meson.build
Log Message:
pangomm: import patches
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/pangomm/patches/patch-meson.build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/pangomm/patches/patch-meson.build
diff -u /dev/null pkgsrc/devel/pangomm/patches/patch-meson.build:1.1
--- /dev/null Thu Apr 8 21:16:42 2021
+++ pkgsrc/devel/pangomm/patches/patch-meson.build Thu Apr 8 21:16:42 2021
@@ -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