svn commit: r512483 - branches/2019Q3/graphics/entangle

Antoine Brodin antoine at FreeBSD.org
Sat Sep 21 08:46:18 UTC 2019


Author: antoine
Date: Sat Sep 21 08:46:17 2019
New Revision: 512483
URL: https://svnweb.freebsd.org/changeset/ports/512483

Log:
  MFH: r512482
  
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/graphics/entangle/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/graphics/entangle/Makefile
==============================================================================
--- branches/2019Q3/graphics/entangle/Makefile	Sat Sep 21 08:45:40 2019	(r512482)
+++ branches/2019Q3/graphics/entangle/Makefile	Sat Sep 21 08:46:17 2019	(r512483)
@@ -12,6 +12,10 @@ COMMENT=	Digital camera tethered control and capture p
 
 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 \


More information about the svn-ports-branches mailing list