svn commit: r512216 - head/audio/faust-lv2

Antoine Brodin antoine at FreeBSD.org
Tue Sep 17 17:39:27 UTC 2019


Author: antoine
Date: Tue Sep 17 17:39:26 2019
New Revision: 512216
URL: https://svnweb.freebsd.org/changeset/ports/512216

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

Modified:
  head/audio/faust-lv2/Makefile

Modified: head/audio/faust-lv2/Makefile
==============================================================================
--- head/audio/faust-lv2/Makefile	Tue Sep 17 17:30:09 2019	(r512215)
+++ head/audio/faust-lv2/Makefile	Tue Sep 17 17:39:26 2019	(r512216)
@@ -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 \


More information about the svn-ports-head mailing list