summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-21 12:35:17 +0000
committerjbeich <jbeich@FreeBSD.org>2016-10-21 12:35:17 +0000
commitc7257ef94efd66b02bba1d532d7e9d385c5d80cb (patch)
tree6bd67e8fc33d6c870f84aedfe56b3abdccb9f016
parent799168de1739b9bed22831a5053637b107b646ac (diff)
downloadFreeBSD-ports-c7257ef94efd66b02bba1d532d7e9d385c5d80cb.zip
FreeBSD-ports-c7257ef94efd66b02bba1d532d7e9d385c5d80cb.tar.gz
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
-rw-r--r--emulators/citra/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
index dfed166..c25c7ba 100644
--- a/emulators/citra/Makefile
+++ b/emulators/citra/Makefile
@@ -18,7 +18,8 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/license.txt
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
OpenPOWER on IntegriCloud