diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-14 19:06:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-14 19:06:35 +0800 |
commit | 8de167d28218a5c7d8a6fca98f364019492232e1 (patch) | |
tree | b5414777eb0dded13e9639dbaf29c8e772a7d5ca /math | |
parent | 9084d7a332296db57fc39cf0619f3d88d58fc6d0 (diff) | |
download | freebsd-ports-gnome-8de167d28218a5c7d8a6fca98f364019492232e1.tar.gz freebsd-ports-gnome-8de167d28218a5c7d8a6fca98f364019492232e1.tar.zst freebsd-ports-gnome-8de167d28218a5c7d8a6fca98f364019492232e1.zip |
Attempt to fix build on aarch64 using fix from armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-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 |