aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-21 14:43:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-21 14:43:53 +0000
commit31001c28771829aaac807fdcf416813c73ccea1e (patch)
treec605b7abb1310b48a2f8754bdd052d8ffb4a7179 /math
parent9c2c46c831ba332c276a84f3f2337575ad60d36a (diff)
downloadports-31001c28771829aaac807fdcf416813c73ccea1e.tar.gz
ports-31001c28771829aaac807fdcf416813c73ccea1e.zip
math/pari: fix build on powerpc64
PR: 232503 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=482678
Diffstat (limited to 'math')
-rw-r--r--math/pari/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 9f0d93eb70ff..6d1e73762de1 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -16,7 +16,6 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_mips64= fails to link: mpker.c:(.text+0x33bc): relocation truncated to fit: R_MIPS_TLS_GD against 'PARI_SIGINT_block'
-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
@@ -24,6 +23,7 @@ USES= perl5 readline
USE_LDCONFIG= yes
USE_PERL5= build
HAS_CONFIGURE= yes
+CFLAGS_powerpc64= -mminimal-toc
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man/man1 \
--prefix=${PREFIX} \