From b0b2eebd1239a625e9077243d516749cc9c92453 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 16 Sep 2019 09:15:36 +0000 Subject: MFH: r512150 Mark BROKEN on i386 with lld Reported by: pkg-fallout --- multimedia/mythtv/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index ce185fdb45de..40078b2e4329 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -15,6 +15,9 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 +.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld +BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment +.endif LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ libmp3lame.so:audio/lame \ -- cgit v1.2.3