Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 09:15:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512151 - branches/2019Q3/multimedia/mythtv
Message-ID:  <201909160915.x8G9FbSp003423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep 16 09:15:36 2019
New Revision: 512151
URL: https://svnweb.freebsd.org/changeset/ports/512151

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

Modified:
  branches/2019Q3/multimedia/mythtv/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/multimedia/mythtv/Makefile
==============================================================================
--- branches/2019Q3/multimedia/mythtv/Makefile	Mon Sep 16 09:14:44 2019	(r512150)
+++ branches/2019Q3/multimedia/mythtv/Makefile	Mon Sep 16 09:15:36 2019	(r512151)
@@ -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?201909160915.x8G9FbSp003423>