aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/entangle/Makefile4
1 files changed, 4 insertions, 0 deletions
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 \