diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-28 18:17:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-28 18:17:39 +0800 |
commit | 6403cc1125db154b2b27ff6fdf78cb17b435fe17 (patch) | |
tree | ad50e1a26a0f254cfe67a7d86c7c5c9de0cf6b1a /games | |
parent | 1fdcb36da2fe729050d38862eda0cfbd7ff1eec7 (diff) | |
download | freebsd-ports-gnome-6403cc1125db154b2b27ff6fdf78cb17b435fe17.tar.gz freebsd-ports-gnome-6403cc1125db154b2b27ff6fdf78cb17b435fe17.tar.zst freebsd-ports-gnome-6403cc1125db154b2b27ff6fdf78cb17b435fe17.zip |
Mark as broken on aarch64: runaway process.
Actually, from time to time this builds; but more often, not.
Diffstat (limited to 'games')
-rw-r--r-- | games/lordsawar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 69c9108b1639..9cfdfe3e638a 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -20,4 +20,6 @@ GNU_CONFIGURE= yes SHEBANG_FILES= create-lw-file bash_CMD= /bin/sh +BROKEN_aarch64= Fails to build: runaway process + .include <bsd.port.mk> |