aboutsummaryrefslogtreecommitdiffstats
path: root/games/oolite
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-02-26 23:38:10 +0800
committerlinimon <linimon@FreeBSD.org>2017-02-26 23:38:10 +0800
commitbae77119710f98d9ced03b7ddad6e5819b963408 (patch)
tree4a8f87bc5c0bbbefb2b91e038b54060f80f1b85e /games/oolite
parent36d047e61da9d830dc44bc6c57b337be7f2aa47a (diff)
downloadfreebsd-ports-gnome-bae77119710f98d9ced03b7ddad6e5819b963408.tar.gz
freebsd-ports-gnome-bae77119710f98d9ced03b7ddad6e5819b963408.tar.zst
freebsd-ports-gnome-bae77119710f98d9ced03b7ddad6e5819b963408.zip
Mark a few more ports that create large logfiles broken on armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games/oolite')
-rw-r--r--games/oolite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/oolite/Makefile b/games/oolite/Makefile
index 85f3553bfb32..51134bd76a9f 100644
--- a/games/oolite/Makefile
+++ b/games/oolite/Makefile
@@ -52,7 +52,8 @@ PLIST_FILES+= bin/oolite %%DATADIR%%/oolite \
OPTIONS_DEFINE= DOCS
-BROKEN_aarch64= Fails to configure: error: These compiler flags are invalid: -O
+BROKEN_aarch64= fails to configure: error: These compiler flags are invalid: -O
+BROKEN_armv6= fails to compile: your compiler does not follow the C++ specification for temporary object destruction order
.include <bsd.port.pre.mk>