diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-02-04 00:35:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-02-04 00:35:37 +0800 |
commit | ce5286c538cdb77edfa4df43f0dc7c9999418c2e (patch) | |
tree | 137cd5721903634f6e521eb285b37714b28bcd81 /games | |
parent | b4b71bd25f4d3b734021fb9655c6179e8fa485e0 (diff) | |
download | freebsd-ports-gnome-ce5286c538cdb77edfa4df43f0dc7c9999418c2e.tar.gz freebsd-ports-gnome-ce5286c538cdb77edfa4df43f0dc7c9999418c2e.tar.zst freebsd-ports-gnome-ce5286c538cdb77edfa4df43f0dc7c9999418c2e.zip |
- Mark BROKEN on sparc64
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 |