Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2018 09:15:42 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481797 - head/devel/concurrencykit
Message-ID:  <201810110915.w9B9FgQ3055491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Oct 11 09:15:41 2018
New Revision: 481797
URL: https://svnweb.freebsd.org/changeset/ports/481797

Log:
  devel/concurrencykit: Enable build on aarch64
  
  Build issues have been resolved upstream a while ago.
  
  Approved by:	bapt (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17205

Modified:
  head/devel/concurrencykit/Makefile

Modified: head/devel/concurrencykit/Makefile
==============================================================================
--- head/devel/concurrencykit/Makefile	Thu Oct 11 09:14:11 2018	(r481796)
+++ head/devel/concurrencykit/Makefile	Thu Oct 11 09:15:41 2018	(r481797)
@@ -15,7 +15,6 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 sparc64
-BROKEN_aarch64=		fails to configure: Detecting machine architecture...failed  [unsupported]
 BROKEN_armv6=		fails to configure: Finding suitable compiler........failed  [not found]
 BROKEN_armv7=		fails to configure: Finding suitable compiler........failed  [not found]
 BROKEN_powerpc64=	fails to link: skipping incompatible /usr/lib/libgcc.a when searching for -lgcc



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