Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 08:55:18 +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: r425713 - head/devel/libdouble-conversion
Message-ID:  <201611080855.uA88tIY6009733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov  8 08:55:18 2016
New Revision: 425713
URL: https://svnweb.freebsd.org/changeset/ports/425713

Log:
  Mark as broken on arm64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/libdouble-conversion/Makefile

Modified: head/devel/libdouble-conversion/Makefile
==============================================================================
--- head/devel/libdouble-conversion/Makefile	Tue Nov  8 08:52:34 2016	(r425712)
+++ head/devel/libdouble-conversion/Makefile	Tue Nov  8 08:55:18 2016	(r425713)
@@ -12,6 +12,8 @@ COMMENT=	Binary-decimal and decimal-bina
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_arm64=	Fails to build: Target architecture was not detected as supported by Double-Conversion
+
 USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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