From 853162a9c173793fec7c59ecd247449898057bdb Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 30 Nov 2020 15:05:46 +0000 Subject: [PATCH] Fails the same was on riscv64 as the others. While here, pet portlint. Obtained from: lonesome.com build testing --- security/poly1305aes/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile index 8b9d7621eeb7..6e4d3f6bb3e4 100644 --- a/security/poly1305aes/Makefile +++ b/security/poly1305aes/Makefile @@ -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 pre-build: