svn commit: r512007 - branches/2019Q3/math/p5-Math-Pari
Antoine Brodin
antoine at FreeBSD.org
Sat Sep 14 12:22:59 UTC 2019
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
More information about the svn-ports-all
mailing list