svn commit: r425663 - head/games/supertuxkart

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 02:45:17 UTC 2016


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


More information about the svn-ports-all mailing list