biology/bowtie: enable on riscv64
This commit is contained in:
parent
0eaddcaddd
commit
1cbb6054ad
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ COMMENT= Ultrafast, memory-efficient short read aligner
|
|||
|
||||
LICENSE= ART10
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64
|
||||
|
||||
# c++11-lib is just for GCC 4.2-based systems
|
||||
# Remove it when support officially ends
|
||||
|
@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH:Mpowerpc64*} || ${ARCH:Maarch64}
|
||||
.if ${ARCH:Mpowerpc64*} || ${ARCH} == aarch64 || ${ARCH:Mriscv64*}
|
||||
MAKE_ENV= POPCNT_CAPABILITY=0
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue