diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 01:39:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 01:39:19 +0000 |
commit | 8ae42417ccca0732925e09a1693e2a3e64bd3fd6 (patch) | |
tree | 5d215d533c51d0a74094ac2414f069597bf384ea /biology | |
parent | 45bc01fca2e8e5c79c4329dd54f548a3d7d97191 (diff) |
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=455815
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phyml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/phyml/Makefile b/biology/phyml/Makefile index 775a5ac161c4..652db021400e 100644 --- a/biology/phyml/Makefile +++ b/biology/phyml/Makefile @@ -13,6 +13,7 @@ COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native' BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native' BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native' |