diff options
author | nros <nros@pkgsrc.org> | 2022-01-20 17:08:33 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2022-01-20 17:08:33 +0000 |
commit | 1a5e783d0bc5d43d5b3025dc3c15dfd632723009 (patch) | |
tree | 40a709d41834e120c34ef20fa787491e78387aab | |
parent | 8b4af520b078ac3ea6a66e9c19ad4d05c05f8290 (diff) | |
download | pkgsrc-1a5e783d0bc5d43d5b3025dc3c15dfd632723009.tar.gz |
gobject-introspection: Set GI_SCANNER_DISABLE_CACHE to keep fake homedir clean
-rw-r--r-- | devel/gobject-introspection/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 680e625730e..20d3fd79cd9 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -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}/output/girepository # 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 |