Skip to content

Commit

Permalink
biology/fasttree: fix build on armv7
Browse files Browse the repository at this point in the history
Same issue as with powerpc.
  • Loading branch information
pkubaj committed Jun 15, 2021
1 parent fd7e666 commit 5240cba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions biology/fasttree/Makefile
Expand Up @@ -11,14 +11,13 @@ 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

NO_WRKSUBDIR= yes
PLIST_FILES= bin/FastTree

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc
.if ${ARCH} == armv7 || ${ARCH} == powerpc
USES= compiler:gcc-c++11-lib
.endif

Expand Down

0 comments on commit 5240cba

Please sign in to comment.