Date: Sat, 19 Nov 2016 12:18:40 +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: r426361 - head/math/cln Message-ID: <201611191218.uAJCIe5V044363@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191218.uAJCIe5V044363>