diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-14 12:22:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-14 12:22:21 +0000 |
commit | 6c579d9ce80b559d61a0d9f9869e80b22eaac153 (patch) | |
tree | 2e321cce8d4b2a5f2b17dbbcbc66278711c406c1 /math | |
parent | 76f445bd933dbfb89db2e8df6def31b14a2d2999 (diff) | |
download | ports-6c579d9ce80b559d61a0d9f9869e80b22eaac153.tar.gz ports-6c579d9ce80b559d61a0d9f9869e80b22eaac153.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 4 |
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 |