aboutsummaryrefslogtreecommitdiff
path: root/games/oolite
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-02-26 15:38:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-02-26 15:38:10 +0000
commitf01a6f4ab31830f4d5e1042a4c43b9b64f325089 (patch)
tree4a8f87bc5c0bbbefb2b91e038b54060f80f1b85e /games/oolite
parent971a3b5405ccb1e564af78eae5c2db7ccb52a6f0 (diff)
downloadports-f01a6f4ab31830f4d5e1042a4c43b9b64f325089.tar.gz
ports-f01a6f4ab31830f4d5e1042a4c43b9b64f325089.zip
Mark a few more ports that create large logfiles broken on armv6.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=434890
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>