pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 glib2: Pull in python tool.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88862cf8bbfd
branches:  trunk
changeset: 768316:88862cf8bbfd
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 18 13:00:48 2021 +0000

description:
glib2: Pull in python tool.mk

Required to find the correct meson python version.  Fixes build on e.g. Darwin
that ships with /usr/bin/python version 2.7.

diffstat:

 devel/glib2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 2b43899d80e8 -r 88862cf8bbfd devel/glib2/Makefile
--- a/devel/glib2/Makefile      Mon Oct 18 11:53:21 2021 +0000
+++ b/devel/glib2/Makefile      Mon Oct 18 13:00:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.285 2021/10/11 10:03:47 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.286 2021/10/18 13:00:48 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -76,4 +76,5 @@
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"
+.include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index