diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-22 01:15:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-22 01:15:19 +0000 |
commit | 4cb19e7f8736e7bc55f9efa09ac868abbe116836 (patch) | |
tree | 0c07443b478fb33416592bf0cae1d18b5907dd27 /math/p5-Math-Pari | |
parent | 145e894e6883a8b63b5589242af55a01e36236d4 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 3990f80db9fc..827c1139b2fd 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -17,6 +17,8 @@ COMMENT= PARI - numerical/scientific/number-theoretic calculations 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 + LIB_DEPENDS= libgmp.so:math/gmp USES= perl5 |