svn commit: r425713 - head/devel/libdouble-conversion

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 08:55:20 UTC 2016


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


More information about the svn-ports-all mailing list