From 8de167d28218a5c7d8a6fca98f364019492232e1 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 14 Nov 2016 11:06:35 +0000 Subject: Attempt to fix build on aarch64 using fix from armv6. Approved by: portmgr (tier-2 blanket) --- math/cln/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/cln/Makefile b/math/cln/Makefile index 3b28b11d8b34..b71913ce4124 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -23,7 +23,7 @@ INFO= cln .include -.if ${ARCH} == armv6 +.if ${ARCH} == aarch64 || ${ARCH} == armv6 CPPFLAGS+= -DNO_ASM .endif -- cgit