Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 13:29: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: r483487 - head/sysutils/liburcu
Message-ID:  <201810301329.w9UDTlYH051662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 30 13:29:47 2018
New Revision: 483487
URL: https://svnweb.freebsd.org/changeset/ports/483487

Log:
  Unmark broken on aarch64.
  
  PR:		229726
  Submitted by:	greg at unrelenting dot technology
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/liburcu/Makefile

Modified: head/sysutils/liburcu/Makefile
==============================================================================
--- head/sysutils/liburcu/Makefile	Tue Oct 30 12:37:15 2018	(r483486)
+++ head/sysutils/liburcu/Makefile	Tue Oct 30 13:29:47 2018	(r483487)
@@ -12,7 +12,6 @@ COMMENT=	Userspace read-copy-update (RCU) data synchro
 
 LICENSE=	LGPL21
 
-BROKEN_aarch64=	Fails to build: Cannot build: unrecognized architecture detected
 BROKEN_mips=	Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
 BROKEN_mips64=	Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
 



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