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: fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/600c239cb2a7
branches:  trunk
changeset: 396917:600c239cb2a7
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 12 13:57:20 2019 +0000

description:
gobject-introspection: fix installation on Darwin

diffstat:

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

diffs (17 lines):

diff -r ee21944b69b6 -r 600c239cb2a7 devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile      Wed Jun 12 13:27:01 2019 +0000
+++ b/devel/gobject-introspection/Makefile      Wed Jun 12 13:57:20 2019 +0000
@@ -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 @@
 .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