Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 21:30:25 +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: r426635 - head/games/supertuxkart
Message-ID:  <201611202130.uAKLUPSb077835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Nov 20 21:30:25 2016
New Revision: 426635
URL: https://svnweb.freebsd.org/changeset/ports/426635

Log:
  Change from BROKEN to NOT_FOR_ARCHS per maintainer request.
  
  Reported by:	maintainer

Modified:
  head/games/supertuxkart/Makefile

Modified: head/games/supertuxkart/Makefile
==============================================================================
--- head/games/supertuxkart/Makefile	Sun Nov 20 21:12:06 2016	(r426634)
+++ head/games/supertuxkart/Makefile	Sun Nov 20 21:30:25 2016	(r426635)
@@ -19,7 +19,8 @@ LIB_DEPENDS=	libvorbisfile.so:audio/libv
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2
 
-BROKEN_aarch64=	fails to build: invokes x86 asm
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	fails to build: invokes x86 asm
 
 USES=		alias cmake compiler:c++11-lib dos2unix gettext \
 		gmake jpeg openal:al pkgconfig tar:xz



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