diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-06-03 12:29:40 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-06-03 12:29:40 +0000 |
commit | e61d48112a8c6c14c7bda13b8150ecffb1c14c36 (patch) | |
tree | e2c28aac68a50e665df3c498389b2c22133d5a49 | |
parent | d9e13c614ed0df5082e2c9fddd9f3dc8e9706d53 (diff) | |
download | pkgsrc-e61d48112a8c6c14c7bda13b8150ecffb1c14c36.tar.gz |
Fix not found error of libgirepository-1.0.so.1 during build
-rw-r--r-- | devel/gobject-introspection/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index e631da0d633..7b28d74f8fd 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -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_TYPENAME@,TYPE_LONG,g' 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 |