diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
commit | cb4f0fc92060b736b2ab71fcf12d3a0b727aec49 (patch) | |
tree | f9138a3823b570522b524c8e385a453e712c9114 /biology | |
parent | cbe45b0f19645e08dd6f6b65750642036029dbb7 (diff) | |
download | freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.tar.gz freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.tar.zst freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.zip |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phyml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/phyml/Makefile b/biology/phyml/Makefile index 14aca86b45b7..775a5ac161c4 100644 --- a/biology/phyml/Makefile +++ b/biology/phyml/Makefile @@ -13,6 +13,9 @@ COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +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' + USE_GITHUB= yes GH_ACCOUNT= stephaneguindon |