svn commit: r425693 - head/lang/see

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 07:29:48 UTC 2016


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


More information about the svn-ports-all mailing list