Fails the same was on riscv64 as the others.

While here, pet portlint.

Obtained from:	lonesome.com build testing
This commit is contained in:
Mark Linimon 2020-11-30 15:05:46 +00:00
parent 7b05104994
commit 853162a9c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556646

View File

@ -11,15 +11,16 @@ COMMENT= Poly1305 message authentication reference implementation using AES
LICENSE= PD
BROKEN_aarch64= fails to build: poly1305aes.impl.do: fatal: all tests failed
BROKEN_armv6= fails to build: poly1305aes.impl.do: fatal: all tests failed
BROKEN_armv7= fails to build: poly1305aes.impl.do: fatal: all tests failed
BROKEN_riscv64= fails to build: poly1305aes.impl.do: fatal: all tests failed
NOT_FOR_ARCHS= amd64
ALL_TARGET= default
CC+= ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
BROKEN_armv6= fails to build: poly1305aes.impl.do: fatal: all tests failed
BROKEN_armv7= fails to build: poly1305aes.impl.do: fatal: all tests failed
BROKEN_aarch64= fails to build: poly1305aes.impl.do: fatal: all tests failed
NOT_FOR_ARCHS= amd64
.include <bsd.port.pre.mk>
pre-build: