pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/totem-pl-parser totem-pl-parser: Include wo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/156c96833fec
branches:  trunk
changeset: 411226:156c96833fec
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Feb 08 15:42:36 2020 +0000

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

diffstat:

 multimedia/totem-pl-parser/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9d1b77486c5d -r 156c96833fec multimedia/totem-pl-parser/Makefile
--- a/multimedia/totem-pl-parser/Makefile       Sat Feb 08 15:39:21 2020 +0000
+++ b/multimedia/totem-pl-parser/Makefile       Sat Feb 08 15:42:36 2020 +0000
@@ -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 @@
 
 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