aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-16 09:15:36 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-16 09:15:36 +0000
commitb0b2eebd1239a625e9077243d516749cc9c92453 (patch)
tree4edf3515d465bb79338b4d5cf3d0b152455ef2f8
parent9c8ac09d6dff386170ea092c1f65ce5bb5442875 (diff)
downloadports-b0b2eebd1239a625e9077243d516749cc9c92453.tar.gz
ports-b0b2eebd1239a625e9077243d516749cc9c92453.zip
MFH: r512150
Mark BROKEN on i386 with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512151
-rw-r--r--multimedia/mythtv/Makefile3
1 files changed, 3 insertions, 0 deletions
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 \