Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 18:27:32 +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: r512222 - head/devel/mpatrol
Message-ID:  <201909171827.x8HIRW6W043673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep 17 18:27:32 2019
New Revision: 512222
URL: https://svnweb.freebsd.org/changeset/ports/512222

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

Modified:
  head/devel/mpatrol/Makefile

Modified: head/devel/mpatrol/Makefile
==============================================================================
--- head/devel/mpatrol/Makefile	Tue Sep 17 17:48:28 2019	(r512221)
+++ head/devel/mpatrol/Makefile	Tue Sep 17 18:27:32 2019	(r512222)
@@ -12,6 +12,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dynamic memory debugging and profiling library
 
 ONLY_FOR_ARCHS=	amd64 i386
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN_i386=	ld: error: relocation R_386_PC32 cannot be used against symbol __mp_init
+.endif
 
 LIB_DEPENDS=	libelf.so.0:devel/libelf
 



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