diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 16:35:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 16:35:37 +0000 |
commit | 851aa9eba2ae2cf00e2ddfe490973725148d69e8 (patch) | |
tree | 9442ad0422fbfcf64aa675bd0ceab56c88cb08c1 /games | |
parent | Upgrade to 3.1.1. (diff) |
- Mark BROKEN on sparc64
Notes
Notes:
svn path=/head/; revision=249183
Diffstat (limited to 'games')
-rw-r--r-- | games/bloodfrontier/Makefile | 4 | ||||
-rw-r--r-- | games/redeclipse/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
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 <bsd.port.options.mk> +.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 diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index 2185d3e84c5d..952bafb0c494 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -32,6 +32,10 @@ OPTIONS= CLIENT "Build client" on \ .include <bsd.port.options.mk> +.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 |