From cbb89c184bd31922a9d48a7585ab98d060270f29 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 8 Feb 2020 15:42:36 +0000 Subject: totem-pl-parser: Include workaround for "can't resolve libraries" --- multimedia/totem-pl-parser/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index da02bd9ac74..bde3f40a149 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -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 -- cgit v1.2.3