biology/cd-hit: fix build on armv7
Same issue as on powerpc.
This commit is contained in:
parent
9300443c94
commit
6b73ac0385
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue