Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 17:39:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512217 - branches/2019Q3/audio/faust-lv2
Message-ID:  <201909171739.x8HHdlEf013829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep 17 17:39:47 2019
New Revision: 512217
URL: https://svnweb.freebsd.org/changeset/ports/512217

Log:
  MFH: r512216
  
  Mark BROKEN on i386 with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/audio/faust-lv2/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/audio/faust-lv2/Makefile
==============================================================================
--- branches/2019Q3/audio/faust-lv2/Makefile	Tue Sep 17 17:39:26 2019	(r512216)
+++ branches/2019Q3/audio/faust-lv2/Makefile	Tue Sep 17 17:39:47 2019	(r512217)
@@ -14,6 +14,9 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=		fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: vtable for LV2UI in readonly segment
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386=		ld: error: can't create dynamic relocation R_386_32 against symbol: vtable for LV2UI in readonly segment
+.endif
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		faust>0:audio/faust \



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