aboutsummaryrefslogtreecommitdiff
path: root/lang/see
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-26 20:02:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-26 20:02:44 +0000
commitc095cd43d09bd4be60b99b561b39e7866aa8ab0f (patch)
tree0cde4b8b45b7e4393f92305c47df693c2ef646bd /lang/see
parentd63a4cfa1b0415955ee62a38577f5e43886852d0 (diff)
downloadports-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.tar.gz
ports-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.zip
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441814
Diffstat (limited to 'lang/see')
-rw-r--r--lang/see/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/see/Makefile b/lang/see/Makefile
index 6f2910280dce..3f9b198a549e 100644
--- a/lang/see/Makefile
+++ b/lang/see/Makefile
@@ -15,7 +15,8 @@ COMMENT= Simple ECMAScript Engine (SEE)
LICENSE= BSD
-BROKEN_aarch64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
+BROKEN_aarch64= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
+BROKEN_armv6= fails to configure: 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