Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 02:45:15 +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: r425663 - head/games/supertuxkart
Message-ID:  <201611080245.uA82jFBY060086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov  8 02:45:15 2016
New Revision: 425663
URL: https://svnweb.freebsd.org/changeset/ports/425663

Log:
  Mark as broken on arm64: invokes x86 asm.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/supertuxkart/Makefile

Modified: head/games/supertuxkart/Makefile
==============================================================================
--- head/games/supertuxkart/Makefile	Tue Nov  8 02:39:36 2016	(r425662)
+++ head/games/supertuxkart/Makefile	Tue Nov  8 02:45:15 2016	(r425663)
@@ -19,6 +19,8 @@ LIB_DEPENDS=	libvorbisfile.so:audio/libv
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2
 
+BROKEN_arm64=	fails to build: invokes x86 asm
+
 USES=		alias cmake compiler:c++11-lib dos2unix gettext \
 		gmake jpeg openal:al pkgconfig tar:xz
 USE_GL=		gl glu



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