Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2017 02:11:14 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435115 - head/games/iortcw
Message-ID:  <201703010211.v212BEH2063788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703010211.v212BEH2063788>