summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-08 02:48:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-08 02:48:00 +0000
commit76bdbe8d8e9dc1d89865b4721e918e54c7e59d4c (patch)
tree6a7a9f1e6f53af7619e45675223f143d1f222d03 /biology
parentMark as broken on arm64: invokes x86 asm. (diff)
Mark broken on the rest of the tier-2 archs: invokes x86 asm.
Notes
Notes: svn path=/head/; revision=425664
Diffstat (limited to 'biology')
-rw-r--r--biology/avida/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index 073609bd5c8b..f92aafb95e8b 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -12,7 +12,10 @@ COMMENT= Auto-adaptive genetic system designed for ALife research
LICENSE= GPLv3
-BROKEN_sparc64= missing atomics implementation
+BROKEN_arm64= invokes x86 asm
+BROKEN_mips= invokes x86 asm
+BROKEN_mips64= invokes x86 asm
+BROKEN_sparc64= missing atomics implementation
BROKEN_powerpc64= Does not build on powerpc64
USES= cmake:outsource ncurses