From e9f35d7e41d9f83d4212d4fe2d2e0410a3e90f66 Mon Sep 17 00:00:00 2001 From: Mikael Urankar Date: Mon, 13 Sep 2021 16:59:27 +0200 Subject: [PATCH] biology/hhsuite: Fix build on aarch64 Approved by: portmgr (build fix blanket) --- biology/hhsuite/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile index 15225f220854..fc24fac30c34 100644 --- a/biology/hhsuite/Makefile +++ b/biology/hhsuite/Makefile @@ -21,7 +21,9 @@ LDFLAGS+= -Wl,-rpath,${LOCALBASE}/mpi/openmpi/lib -L${LOCALBASE}/mpi/openmpi/lib .include -.if ${ARCH} == amd64 || ${ARCH} == i386 +.if ${ARCH} == aarch64 +CMAKE_ON= HAVE_ARM8 +.elif ${ARCH} == amd64 || ${ARCH} == i386 CMAKE_ON= HAVE_SSE2 .elif ${ARCH:Mpowerpc64*} CMAKE_ON= HAVE_POWER8