svn commit: r435115 - head/games/iortcw
Mark Linimon
linimon at FreeBSD.org
Wed Mar 1 02:11:16 UTC 2017
Author: linimon
Date: Wed Mar 1 02:11:14 2017
New Revision: 435115
URL: https://svnweb.freebsd.org/changeset/ports/435115
Log:
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)
Modified:
head/games/iortcw/Makefile
Modified: head/games/iortcw/Makefile
==============================================================================
--- head/games/iortcw/Makefile Wed Mar 1 01:57:56 2017 (r435114)
+++ head/games/iortcw/Makefile Wed Mar 1 02:11:14 2017 (r435115)
@@ -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}
More information about the svn-ports-head
mailing list