aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-17 17:39:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-17 17:39:47 +0000
commit36abb12306585de528761d585c66bd58ab1a5193 (patch)
treea1b342d62af0551f5cfa1f4be1d8d0af61350d01
parent6aa32e64a62fd7c8e63f75f06e9c906c8a10b419 (diff)
downloadports-36abb12306585de528761d585c66bd58ab1a5193.tar.gz
ports-36abb12306585de528761d585c66bd58ab1a5193.zip
MFH: r512216
Mark BROKEN on i386 with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512217
-rw-r--r--audio/faust-lv2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/faust-lv2/Makefile b/audio/faust-lv2/Makefile
index 4f25522cf86b..9c0ca05d6085 100644
--- a/audio/faust-lv2/Makefile
+++ b/audio/faust-lv2/Makefile
@@ -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 \