aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-14 12:22:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-14 12:22:58 +0000
commit988adab7d9a59c55bfb3671295a7f5fb61e754d0 (patch)
tree1090fae98156b86fa73c63f35b37640a3150ef31
parent7953640a6e120bc5a9e9a36e10a997e3d994831c (diff)
downloadports-988adab7d9a59c55bfb3671295a7f5fb61e754d0.tar.gz
ports-988adab7d9a59c55bfb3671295a7f5fb61e754d0.zip
MFH: r512006
Mark BROKEN on i386 with lld
Notes
Notes: svn path=/branches/2019Q3/; revision=512007
-rw-r--r--math/p5-Math-Pari/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index d3e7ae871286..27f56572e043 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -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