Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 07: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: r425693 - head/lang/see
Message-ID:  <201611080729.uA87TlKW072710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov  8 07:29:47 2016
New Revision: 425693
URL: https://svnweb.freebsd.org/changeset/ports/425693

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

Modified:
  head/lang/see/Makefile

Modified: head/lang/see/Makefile
==============================================================================
--- head/lang/see/Makefile	Tue Nov  8 07:29:02 2016	(r425692)
+++ head/lang/see/Makefile	Tue Nov  8 07:29:47 2016	(r425693)
@@ -15,6 +15,8 @@ COMMENT=	Simple ECMAScript Engine (SEE)
 
 LICENSE=	BSD
 
+BROKEN_arm64=	Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
+
 OPTIONS_DEFINE=	GC DEBUG DOCS
 OPTIONS_DEFAULT=	GC
 GC_DESC=	Use Boehm-Weiser garbage collection package



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