mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
biology/hhsuite: Fix build on aarch64
Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
1cfcd4f55a
commit
e9f35d7e41
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue