pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection gobject-introspection: Set...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d94418a9210f
branches:  trunk
changeset: 372145:d94418a9210f
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Jan 20 17:08:33 2022 +0000

description:
gobject-introspection: Set GI_SCANNER_DISABLE_CACHE to keep fake homedir clean

diffstat:

 devel/gobject-introspection/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a3d376eb7cbc -r d94418a9210f devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile      Thu Jan 20 16:38:21 2022 +0000
+++ b/devel/gobject-introspection/Makefile      Thu Jan 20 17:08:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2021/12/08 16:01:53 adam Exp $
+# $NetBSD: Makefile,v 1.78 2022/01/20 17:08:33 nros Exp $
 
 DISTNAME=      gobject-introspection-1.68.0
 PKGREVISION=   1
@@ -46,6 +46,9 @@
 # For Darwin
 MAKE_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/output/girepository
 
+# Disable cache to keep fake homedir clean
+MAKE_ENV+=     GI_SCANNER_DISABLE_CACHE=yes
+
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0



Home | Main Index | Thread Index | Old Index