svn commit: r424409 - head/emulators/citra

Jan Beich jbeich at FreeBSD.org
Fri Oct 21 12:35:18 UTC 2016


Author: jbeich
Date: Fri Oct 21 12:35:17 2016
New Revision: 424409
URL: https://svnweb.freebsd.org/changeset/ports/424409

Log:
  emulators/citra: only build on amd64 for now
  
  JIT is only available for amd64 while non-JIT or fake JIT build isn't
  yet supported.
  
  Reported by:	pkg-fallout for aarch64

Modified:
  head/emulators/citra/Makefile   (contents, props changed)

Modified: head/emulators/citra/Makefile
==============================================================================
--- head/emulators/citra/Makefile	Fri Oct 21 11:40:34 2016	(r424408)
+++ head/emulators/citra/Makefile	Fri Oct 21 12:35:17 2016	(r424409)
@@ -18,7 +18,8 @@ LICENSE_FILE_GPLv2+ =	${WRKSRC}/license.
 LIB_DEPENDS=	libpng.so:graphics/png
 
 # backend_x64/hostloc.h:93:8: fatal error: no type named 'Reg64' in namespace 'Xbyak'
-BROKEN_i386=	https://github.com/MerryMage/dynarmic/issues/35
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	https://github.com/MerryMage/dynarmic/issues/35
 
 USE_GITHUB=	yes
 # XXX Switch to system Boost after ports/199601


More information about the svn-ports-all mailing list