mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
math/pari: fix build on powerpc64
PR: 232503 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
parent
9c2c46c831
commit
31001c2877
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482678
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user