gst-plugins1-transcoder: Apply usual 'can't resolve libraries to shared libraries' workaround
This commit is contained in:
parent
508bcc9f05
commit
a9d8438141
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/10/03 14:30:41 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2019/10/03 22:40:12 nia Exp $
|
||||
|
||||
DISTNAME= gst-transcoder-1.16.0
|
||||
PKGNAME= ${DISTNAME:S/^gst/gst-plugins1/1}
|
||||
|
@ -19,6 +19,12 @@ SUBST_MESSAGE.py= Setting the Python executable name.
|
|||
SUBST_FILES.py+= meson.build
|
||||
SUBST_VARS.py+= PYVERSSUFFIX
|
||||
|
||||
# workaround for build failure
|
||||
# https://gitlab.gnome.org/GNOME/json-glib/issues/35
|
||||
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output
|
||||
|
||||
MESON_ARGS+= -Ddisable_doc=true
|
||||
|
||||
.include "../../devel/py-meson/build.mk"
|
||||
.include "../../multimedia/gstreamer1/buildlink3.mk"
|
||||
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue