Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 08:45:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512482 - head/graphics/entangle
Message-ID:  <201909210845.x8L8jfYm012402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 21 08:45:40 2019
New Revision: 512482
URL: https://svnweb.freebsd.org/changeset/ports/512482

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

Modified:
  head/graphics/entangle/Makefile

Modified: head/graphics/entangle/Makefile
==============================================================================
--- head/graphics/entangle/Makefile	Sat Sep 21 08:45:01 2019	(r512481)
+++ head/graphics/entangle/Makefile	Sat Sep 21 08:45:40 2019	(r512482)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909210845.x8L8jfYm012402>