pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct 18 13:00:48 UTC 2021

Modified Files:
        pkgsrc/devel/glib2: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 pkgsrc/devel/glib2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.285 pkgsrc/devel/glib2/Makefile:1.286
--- pkgsrc/devel/glib2/Makefile:1.285   Mon Oct 11 10:03:47 2021
+++ pkgsrc/devel/glib2/Makefile Mon Oct 18 13:00:48 2021
@@ -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 @@ post-extract:
 .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