Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 08:22:47 +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: r455177 - head/math/cln
Message-ID:  <201711300822.vAU8MlI3084636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Nov 30 08:22:47 2017
New Revision: 455177
URL: https://svnweb.freebsd.org/changeset/ports/455177

Log:
  NO_ASM is also needed on armv7.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/cln/Makefile

Modified: head/math/cln/Makefile
==============================================================================
--- head/math/cln/Makefile	Thu Nov 30 07:39:56 2017	(r455176)
+++ head/math/cln/Makefile	Thu Nov 30 08:22:47 2017	(r455177)
@@ -25,7 +25,7 @@ BROKEN_aarch64=	Fails to compile: error: declaration o
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == aarch64 || ${ARCH} == armv6
+.if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7
 CPPFLAGS+=	-DNO_ASM
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711300822.vAU8MlI3084636>