Date: Mon, 14 Nov 2016 11:06:36 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426102 - head/math/cln Message-ID: <201611141106.uAEB6acJ038486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Nov 14 11:06:35 2016 New Revision: 426102 URL: https://svnweb.freebsd.org/changeset/ports/426102 Log: Attempt to fix build on aarch64 using fix from armv6. Approved by: portmgr (tier-2 blanket) Modified: head/math/cln/Makefile Modified: head/math/cln/Makefile ============================================================================== --- head/math/cln/Makefile Mon Nov 14 10:48:26 2016 (r426101) +++ head/math/cln/Makefile Mon Nov 14 11:06:35 2016 (r426102) @@ -23,7 +23,7 @@ INFO= cln .include <bsd.port.pre.mk> -.if ${ARCH} == armv6 +.if ${ARCH} == aarch64 || ${ARCH} == armv6 CPPFLAGS+= -DNO_ASM .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611141106.uAEB6acJ038486>