diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:00:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:00:43 +0000 |
commit | a78aef718d69e62e911600e8f27f3b605a0c399c (patch) | |
tree | 363784d85948547564ab0295cb0bed163f1f3567 /math/pari | |
parent | 66b08a9fece43c3efbfb21717e013c635774c1e4 (diff) | |
download | ports-a78aef718d69e62e911600e8f27f3b605a0c399c.tar.gz ports-a78aef718d69e62e911600e8f27f3b605a0c399c.zip |
Notes
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 388522930a58..4d746f16cba9 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -14,6 +14,8 @@ COMMENT= Mathematics library and advanced calculator package LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to link: intnum.o: relocation truncated to fit: R_PPC64_GOT_TLSGD16 against symbol 'avma' defined in .tbss section in init.o + LIB_DEPENDS= libgmp.so:math/gmp USES= perl5 readline |