biology/cd-hit: fix build on armv7

Same issue as on powerpc.
This commit is contained in:
Piotr Kubaj 2021-11-21 13:26:44 +00:00
commit 6b73ac0385

View file

@ -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