aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-17 17:39:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-17 17:39:26 +0000
commitb7d689d38d2f5c4acf1dccbb44f5fa0d5557dde7 (patch)
tree98edf090fcc2adb3b30e1055f24c0419452dbb3c /audio
parent20d7f68942a8abddfb93e7d03d2ce6602837e003 (diff)
downloadports-b7d689d38d2f5c4acf1dccbb44f5fa0d5557dde7.tar.gz
ports-b7d689d38d2f5c4acf1dccbb44f5fa0d5557dde7.zip
Mark BROKEN on i386 with lld
Reported by: pkg-fallout MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=512216
Diffstat (limited to 'audio')
-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 b2c807001348..8491a1dda2eb 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 \