pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection Fix not found error of lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6b1d6f18108
branches:  trunk
changeset: 334716:c6b1d6f18108
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jun 03 12:29:40 2019 +0000

description:
Fix not found error of libgirepository-1.0.so.1 during build

diffstat:

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

diffs (18 lines):

diff -r fd389e5d1139 -r c6b1d6f18108 devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile      Mon Jun 03 12:27:48 2019 +0000
+++ b/devel/gobject-introspection/Makefile      Mon Jun 03 12:29:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2019/06/03 10:47:20 prlw1 Exp $
+# $NetBSD: Makefile,v 1.60 2019/06/03 12:29:40 ryoon Exp $
 
 DISTNAME=      gobject-introspection-1.60.1
 CATEGORIES=    devel gnome
@@ -32,6 +32,8 @@
 SUBST_SED.timet+=      -e 's,@TIMET_CTYPE@,glong,g'
 .endif
 
+MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/girepository
+
 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