summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-18 02:06:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-18 02:06:59 +0000
commit8cb7c0b61d5ba9332330465e11397982f001f159 (patch)
treeb61ceb2a938b0bcfb7578e69e13e22772c2113fb
parent88c5a12ff587148d3e17e37bec37c410aa2cf1d5 (diff)
downloadfreebsd-ports-8cb7c0b61d5ba9332330465e11397982f001f159.zip
Mark as broken on aarch64.
My guess is that this will also be broken on armv6/7, but the build on those archs is blocked by rust. Approved by: portmgr (tier-2 blanket)
-rw-r--r--devel/pijul/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile
index a95ad6c87acd..ad43e8663795 100644
--- a/devel/pijul/Makefile
+++ b/devel/pijul/Makefile
@@ -12,6 +12,8 @@ COMMENT= Distributed version control system
LICENSE= GPLv2
+BROKEN_aarch64= fails to compile: aesv8-armx-linux64.S:53:2: instruction requires: crypto aese v6.16b,v0.16b
+
USES= cargo gmake
CARGO_CRATES= advapi32-sys-0.2.0 \
aho-corasick-0.6.3 \