Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 12:22:21 +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: r512006 - head/math/p5-Math-Pari
Message-ID:  <201909141222.x8ECMLe0097550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 14 12:22:21 2019
New Revision: 512006
URL: https://svnweb.freebsd.org/changeset/ports/512006

Log:
  Mark BROKEN on i386 with lld
  
  MFH:		2019Q3

Modified:
  head/math/p5-Math-Pari/Makefile

Modified: head/math/p5-Math-Pari/Makefile
==============================================================================
--- head/math/p5-Math-Pari/Makefile	Sat Sep 14 11:14:03 2019	(r512005)
+++ head/math/p5-Math-Pari/Makefile	Sat Sep 14 12:22:21 2019	(r512006)
@@ -18,7 +18,9 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BROKEN_aarch64=		fails to link: mp.c:(function pari_kernel_init): can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'gpmalloc' defined in init.o
-BROKEN_FreeBSD_13_i386=	ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
+.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; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
+.endif
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 



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