diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-18 21:38:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-18 21:38:23 +0800 |
commit | 43e9a8e12a5838b1a7dc90c41b689d1d6962d4aa (patch) | |
tree | ead35c24cabf4042aaf7fbfdc6f86eb008026fff /biology/fasttree | |
parent | e8052c787a6353767049426d5604aa3ee0f8fa24 (diff) | |
download | freebsd-ports-gnome-43e9a8e12a5838b1a7dc90c41b689d1d6962d4aa.tar.gz freebsd-ports-gnome-43e9a8e12a5838b1a7dc90c41b689d1d6962d4aa.tar.zst freebsd-ports-gnome-43e9a8e12a5838b1a7dc90c41b689d1d6962d4aa.zip |
Mark the latest version broken on armvX. Note: 2.1.8.3 built ok.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology/fasttree')
-rw-r--r-- | biology/fasttree/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile index a6eaebdf7c26..af6047b8d47b 100644 --- a/biology/fasttree/Makefile +++ b/biology/fasttree/Makefile @@ -12,6 +12,9 @@ COMMENT= Approximately-maximum-likelihood phylogenetic trees from alignments LICENSE= GPLv2+ +BROKEN_armv6= fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found +BROKEN_armv7= fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found + USES= compiler:openmp NO_WRKSUBDIR= yes |