head 1.2; access; symbols pkgsrc-2022Q3:1.1.0.12 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.10 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.8 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2022.10.20.13.16.36; author adam; state dead; branches; next 1.1; commitid BcRy6qImXeI6wsYD; 1.1 date 2021.04.08.21.16.42; author adam; state Exp; branches; next ; commitid JpMbZyZUpkUVaxOC; desc @@ 1.2 log @pangomm: updated to 2.46.3 2.46.3 (stable): * Context::get_font_map(): Fix reference count Build: * Meson build: Specify 'check' option in run_command() Will be necessary with future versions of Meson. * Meson build: Check if Perl is required for building documentation * Meson build: Avoid unnecessary configuration warnings * Meson build: Re-organize warning-related compiler flags for MSVC @ text @$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' @ 1.1 log @pangomm: import patches @ text @d1 1 a1 1 $NetBSD$ @