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

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

Log:
  MFH: r512006
  
  Mark BROKEN on i386 with lld

Modified:
  branches/2019Q3/math/p5-Math-Pari/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/math/p5-Math-Pari/Makefile
==============================================================================
--- branches/2019Q3/math/p5-Math-Pari/Makefile	Sat Sep 14 12:22:21 2019	(r512006)
+++ branches/2019Q3/math/p5-Math-Pari/Makefile	Sat Sep 14 12:22:58 2019	(r512007)
@@ -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.x8ECMwGd097708>