pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gobject-introspection



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Jan 20 17:08:33 UTC 2022

Modified Files:
        pkgsrc/devel/gobject-introspection: Makefile

Log Message:
gobject-introspection: Set GI_SCANNER_DISABLE_CACHE to keep fake homedir clean


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/gobject-introspection/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/gobject-introspection/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.77 pkgsrc/devel/gobject-introspection/Makefile:1.78
--- pkgsrc/devel/gobject-introspection/Makefile:1.77    Wed Dec  8 16:01:53 2021
+++ pkgsrc/devel/gobject-introspection/Makefile Thu Jan 20 17:08:33 2022
@@ -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 @@ MAKE_ENV+=    LD_LIBRARY_PATH=${WRKSRC}/out
 # 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