svn commit: r426361 - head/math/cln

Mark Linimon linimon at FreeBSD.org
Sat Nov 19 12:18:41 UTC 2016


Author: linimon
Date: Sat Nov 19 12:18:40 2016
New Revision: 426361
URL: https://svnweb.freebsd.org/changeset/ports/426361

Log:
  Mark as broken on aarch64.  The former change I made had no effect on the logfile.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/cln/Makefile

Modified: head/math/cln/Makefile
==============================================================================
--- head/math/cln/Makefile	Sat Nov 19 11:53:23 2016	(r426360)
+++ head/math/cln/Makefile	Sat Nov 19 12:18:40 2016	(r426361)
@@ -21,6 +21,8 @@ USE_LDCONFIG=	yes
 
 INFO=		cln
 
+BROKEN_aarch64=	Fails to compile: error: declaration of divu_64_rest in global scope conflicts with declaration with C language linkage
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == aarch64 || ${ARCH} == armv6


More information about the svn-ports-head mailing list