aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mythtv
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-16 09:14:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-16 09:14:44 +0000
commit4c092830a83e49b5e1485afffa308439841ad8e4 (patch)
tree860b5b1a0ef047f01ef21d7bc69a20e98ce1e550 /multimedia/mythtv
parent350bb529cd032f2a6db892b9fe95759cbebd5ea7 (diff)
downloadports-4c092830a83e49b5e1485afffa308439841ad8e4.tar.gz
ports-4c092830a83e49b5e1485afffa308439841ad8e4.zip
Mark BROKEN on i386 with lld
Reported by: pkg-fallout MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=512150
Diffstat (limited to 'multimedia/mythtv')
-rw-r--r--multimedia/mythtv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile
index 17552d6f052a..f435898084ff 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 \