svn commit: r512150 - head/multimedia/mythtv

Antoine Brodin antoine at FreeBSD.org
Mon Sep 16 09:14:45 UTC 2019


Author: antoine
Date: Mon Sep 16 09:14:44 2019
New Revision: 512150
URL: https://svnweb.freebsd.org/changeset/ports/512150

Log:
  Mark BROKEN on i386 with lld
  
  Reported by:	pkg-fallout
  MFH:		2019Q3

Modified:
  head/multimedia/mythtv/Makefile

Modified: head/multimedia/mythtv/Makefile
==============================================================================
--- head/multimedia/mythtv/Makefile	Mon Sep 16 09:08:50 2019	(r512149)
+++ head/multimedia/mythtv/Makefile	Mon Sep 16 09:14:44 2019	(r512150)
@@ -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 \


More information about the svn-ports-head mailing list