diff options
-rw-r--r-- | math/cln/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> -.if ${ARCH} == armv6 +.if ${ARCH} == aarch64 || ${ARCH} == armv6 CPPFLAGS+= -DNO_ASM .endif |