aboutsummaryrefslogtreecommitdiff
path: root/math/cln
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-14 11:06:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-14 11:06:35 +0000
commitc1e89e84162092ec32ac3bba80737fd753fe7b22 (patch)
treeb5414777eb0dded13e9639dbaf29c8e772a7d5ca /math/cln
parent1aecee3f5b34b9371582bc34d7d393b4660b52ce (diff)
downloadports-c1e89e84162092ec32ac3bba80737fd753fe7b22.tar.gz
ports-c1e89e84162092ec32ac3bba80737fd753fe7b22.zip
Attempt to fix build on aarch64 using fix from armv6.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=426102
Diffstat (limited to 'math/cln')
-rw-r--r--math/cln/Makefile2
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