Date: Fri, 21 Oct 2016 12:35:17 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424409 - head/emulators/citra Message-ID: <201610211235.u9LCZHDL053753@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610211235.u9LCZHDL053753>