git: 5240cba2437e - main - biology/fasttree: fix build on armv7
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jun 15 08:42:24 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5240cba2437ed1f3f59eab2052420b13a448b621
commit 5240cba2437ed1f3f59eab2052420b13a448b621
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:19 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:19 +0000
biology/fasttree: fix build on armv7
Same issue as with powerpc.
---
biology/fasttree/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile
index 304ee4959939..5df2af1cf9a1 100644
--- a/biology/fasttree/Makefile
+++ b/biology/fasttree/Makefile
@@ -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
More information about the dev-commits-ports-all
mailing list