mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Mark as broken on tier-2 archs: invokes x86 assembler.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
854be73675
commit
2afeb6289b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472032
@ -14,6 +14,13 @@ COMMENT= Fast library for number theory
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_aarch64= fails to compile: invokes x86 assembler
|
||||
BROKEN_armv6= fails to compile: invokes x86 assembler
|
||||
BROKEN_armv7= fails to compile: invokes x86 assembler
|
||||
BROKEN_mips= fails to compile: invokes x86 assembler
|
||||
BROKEN_mips64= fails to compile: invokes x86 assembler
|
||||
BROKEN_powerpc64= fails to compile: invokes x86 assembler
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libmpfr.so:math/mpfr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user