pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/totem-pl-parser



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Feb  8 15:42:36 UTC 2020

Modified Files:
        pkgsrc/multimedia/totem-pl-parser: Makefile

Log Message:
totem-pl-parser: Include workaround for "can't resolve libraries"


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/multimedia/totem-pl-parser/Makefile

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

Modified files:

Index: pkgsrc/multimedia/totem-pl-parser/Makefile
diff -u pkgsrc/multimedia/totem-pl-parser/Makefile:1.71 pkgsrc/multimedia/totem-pl-parser/Makefile:1.72
--- pkgsrc/multimedia/totem-pl-parser/Makefile:1.71     Thu Jan 23 11:50:55 2020
+++ pkgsrc/multimedia/totem-pl-parser/Makefile  Sat Feb  8 15:42:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2020/01/23 11:50:55 nia Exp $
+# $NetBSD: Makefile,v 1.72 2020/02/08 15:42:36 nia Exp $
 
 DISTNAME=      totem-pl-parser-3.26.4
 CATEGORIES=    multimedia gnome
@@ -14,6 +14,10 @@ USE_TOOLS+=  pkg-config xgettext
 
 MESON_ARGS+=   -Denable-quvi=no
 
+# workaround for build failure
+# https://gitlab.gnome.org/GNOME/json-glib/issues/35
+MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/plparse
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 PKGCONFIG_OVERRIDE+=   totem-plparser-mini.pc.in



Home | Main Index | Thread Index | Old Index