pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler-glib



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Oct 10 13:19:28 UTC 2019

Modified Files:
        pkgsrc/print/poppler-glib: Makefile

Log Message:
Fix build when print/poppler-glib is not installed


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/print/poppler-glib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/poppler-glib/Makefile
diff -u pkgsrc/print/poppler-glib/Makefile:1.76 pkgsrc/print/poppler-glib/Makefile:1.77
--- pkgsrc/print/poppler-glib/Makefile:1.76     Sat Oct  5 06:06:32 2019
+++ pkgsrc/print/poppler-glib/Makefile  Thu Oct 10 13:19:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2019/10/05 06:06:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2019/10/10 13:19:28 ryoon Exp $
 
 .include "../../print/poppler/Makefile.common"
 
@@ -32,6 +32,9 @@ CMAKE_ARGS+=  -DENABLE_LIBCURL=OFF
 
 CFLAGS.FreeBSD+=       -DLLONG_MAX=__LLONG_MAX
 
+# The result binary of g-ir-scanner cannot find libpoppler-glib.so.
+MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/glib
+
 BUILDLINK_API_DEPENDS.poppler+=     poppler-${POPPLER_VERS}{,nb*}
 .include "../../print/poppler/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index