svn commit: r455177 - head/math/cln

Mark Linimon linimon at FreeBSD.org
Thu Nov 30 08:22:48 UTC 2017


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
 


More information about the svn-ports-all mailing list