Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 09:14:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512150 - head/multimedia/mythtv
Message-ID:  <201909160914.x8G9EiLb003224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909160914.x8G9EiLb003224>