From ce5286c538cdb77edfa4df43f0dc7c9999418c2e Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 3 Feb 2010 16:35:37 +0000 Subject: - Mark BROKEN on sparc64 --- games/bloodfrontier/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/bloodfrontier') diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile index 2185d3e84c5d..952bafb0c494 100644 --- a/games/bloodfrontier/Makefile +++ b/games/bloodfrontier/Makefile @@ -32,6 +32,10 @@ OPTIONS= CLIENT "Build client" on \ .include +.if ${ARCH} == "sparc64" +BROKEN= does not build on sparc64 +.endif + .if defined(WITHOUT_CLIENT) && defined(WITHOUT_DEDICATED) IGNORE= needs at least one executable (CLIENT or DEDICATED) .endif -- cgit