From b864ae42809a17964f3ff8fb6bea991f8d3d7baf Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 21 Sep 2019 08:46:17 +0000 Subject: MFH: r512482 Mark BROKEN with lld Reported by: pkg-fallout --- graphics/entangle/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile index 9e87c28ff13d..85f20d74cfb0 100644 --- a/graphics/entangle/Makefile +++ b/graphics/entangle/Makefile @@ -12,6 +12,10 @@ COMMENT= Digital camera tethered control and capture program LICENSE= GPLv3 +.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld +BROKEN= ld: error: ./.libs/libentangle_backend.so: undefined reference to gst_base_src_get_type +.endif + BUILD_DEPENDS= ${LOCALBASE}/share/icons/mate/scalable/devices/camera-photo-symbolic.svg:x11-themes/mate-icon-theme \ itstool:textproc/itstool LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 \ -- cgit v1.2.3