aboutsummaryrefslogtreecommitdiff
path: root/security/poly1305aes
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-11-30 15:05:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-11-30 15:05:46 +0000
commit853162a9c173793fec7c59ecd247449898057bdb (patch)
tree62758672abdfc5d2067deb6e42fad7847cd8d5d3 /security/poly1305aes
parent7b051049948397d42cdbd245c1f17218735965f2 (diff)
downloadports-853162a9c173793fec7c59ecd247449898057bdb.tar.gz
ports-853162a9c173793fec7c59ecd247449898057bdb.zip
Fails the same was on riscv64 as the others.
While here, pet portlint. Obtained from: lonesome.com build testing
Notes
Notes: svn path=/head/; revision=556646
Diffstat (limited to 'security/poly1305aes')
-rw-r--r--security/poly1305aes/Makefile11
1 files 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
-ALL_TARGET= default
-
-CC+= ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
-
+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_aarch64= 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}
+
.include <bsd.port.pre.mk>
pre-build: