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:   ryoon
Date:           Mon Jun  3 12:29:41 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 pkgsrc/devel/gobject-introspection/Makefile:1.60
--- pkgsrc/devel/gobject-introspection/Makefile:1.59    Mon Jun  3 10:47:20 2019
+++ pkgsrc/devel/gobject-introspection/Makefile Mon Jun  3 12:29:40 2019
@@ -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@,
 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