biology/hhsuite: Fix build on aarch64

Approved by:	portmgr (build fix blanket)
This commit is contained in:
Mikael Urankar 2021-09-13 16:59:27 +02:00
parent 1cfcd4f55a
commit e9f35d7e41

View file

@ -21,7 +21,9 @@ LDFLAGS+= -Wl,-rpath,${LOCALBASE}/mpi/openmpi/lib -L${LOCALBASE}/mpi/openmpi/lib
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${ARCH} == amd64 || ${ARCH} == i386 .if ${ARCH} == aarch64
CMAKE_ON= HAVE_ARM8
.elif ${ARCH} == amd64 || ${ARCH} == i386
CMAKE_ON= HAVE_SSE2 CMAKE_ON= HAVE_SSE2
.elif ${ARCH:Mpowerpc64*} .elif ${ARCH:Mpowerpc64*}
CMAKE_ON= HAVE_POWER8 CMAKE_ON= HAVE_POWER8