summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-14 11:06:35 +0000
committerlinimon <linimon@FreeBSD.org>2016-11-14 11:06:35 +0000
commit8de167d28218a5c7d8a6fca98f364019492232e1 (patch)
treeb5414777eb0dded13e9639dbaf29c8e772a7d5ca
parent9084d7a332296db57fc39cf0619f3d88d58fc6d0 (diff)
downloadFreeBSD-ports-8de167d28218a5c7d8a6fca98f364019492232e1.zip
FreeBSD-ports-8de167d28218a5c7d8a6fca98f364019492232e1.tar.gz
Attempt to fix build on aarch64 using fix from armv6.
Approved by: portmgr (tier-2 blanket)
-rw-r--r--math/cln/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 3b28b11..b71913c 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
OpenPOWER on IntegriCloud