diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-03-01 10:11:14 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-03-01 10:11:14 +0800 |
commit | 6fe1d1e8a0190a5c340598e6f2b987c1b9a8354d (patch) | |
tree | d3f1576dd5ad25b7d2002c733824323935bbd448 /games | |
parent | 9dfca692161462df2eb7acc1f95a534642fde230 (diff) | |
download | freebsd-ports-gnome-6fe1d1e8a0190a5c340598e6f2b987c1b9a8354d.tar.gz freebsd-ports-gnome-6fe1d1e8a0190a5c340598e6f2b987c1b9a8354d.tar.zst freebsd-ports-gnome-6fe1d1e8a0190a5c340598e6f2b987c1b9a8354d.zip |
Mark broken on armv6 as well. Upon investigation, the error is deep in
the makefiles. Possibly a version update could fix this?
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/iortcw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile index e0ebfbaaa7ec..2aa2a79098e3 100644 --- a/games/iortcw/Makefile +++ b/games/iortcw/Makefile @@ -46,6 +46,7 @@ MP_ALL_TARGET= mp MP_INSTALL_TARGET= mp-install BROKEN_aarch64= Fails to configure: error: Architecture not supported +BROKEN_armv6= Fails to configure: error: Architecture not supported post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} |