git: 6b73ac038575 - main - biology/cd-hit: fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Nov 2021 13:28:18 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b73ac038575fd8031219a1a554483087a8940c2 commit 6b73ac038575fd8031219a1a554483087a8940c2 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-21 13:26:44 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-21 13:26:44 +0000 biology/cd-hit: fix build on armv7 Same issue as on powerpc. --- biology/cd-hit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/cd-hit/Makefile b/biology/cd-hit/Makefile index 66331b1d6629..7aaf04fa5e05 100644 --- a/biology/cd-hit/Makefile +++ b/biology/cd-hit/Makefile @@ -20,7 +20,7 @@ MAKE_FLAGS= openmp=yes .include <bsd.port.options.mk> -.if ${ARCH} == powerpc +.if ${ARCH} == armv7 || ${ARCH} == powerpc USES+= compiler:gcc-c++11-lib .endif