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:   adam
Date:           Wed Jun 12 13:57:20 UTC 2019

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

Log Message:
gobject-introspection: fix installation on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 pkgsrc/devel/gobject-introspection/Makefile:1.62
--- pkgsrc/devel/gobject-introspection/Makefile:1.61    Wed Jun  5 09:12:32 2019
+++ pkgsrc/devel/gobject-introspection/Makefile Wed Jun 12 13:57:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2019/06/05 09:12:32 prlw1 Exp $
+# $NetBSD: Makefile,v 1.62 2019/06/12 13:57:20 adam Exp $
 
 DISTNAME=      gobject-introspection-1.60.1
 PKGREVISION=   1
@@ -35,6 +35,7 @@ SUBST_SED.timet+=     -e 's,@TIMET_CTYPE@,gl
 .endif
 
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/girepository
+INSTALL_ENV+=  LD_LIBRARY_PATH=${WRKSRC}/output/girepository
 
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index