Skip to content

Commit

Permalink
biology/cd-hit: fix build on armv7
Browse files Browse the repository at this point in the history
Same issue as on powerpc.
  • Loading branch information
pkubaj committed Nov 21, 2021
1 parent 9300443 commit 6b73ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biology/cd-hit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b73ac0

Please sign in to comment.