Date: Sun, 22 Aug 2021 07:45:23 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f302216145c1 - 2021Q3 - emulators/yuzu: exclude on non-amd64 for now Message-ID: <202108220745.17M7jNYF018621@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f302216145c10a30b4d11951a1611cb7725b8297 commit f302216145c10a30b4d11951a1611cb7725b8297 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-08-22 07:37:11 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-08-22 07:45:12 +0000 emulators/yuzu: exclude on non-amd64 for now In file included from src/common/wall_clock.cpp:7: src/./common/uint128.h:16:10: fatal error: x86intrin.h: No such file or directory 16 | #include <x86intrin.h> | ^~~~~~~~~~~~~ Reported by: pkg-fallout (cherry picked from commit 51c03a9dbe214e813cffd342fa040b9c753fc756) --- emulators/yuzu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 97a1f7212f69..38631790e3f9 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -18,8 +18,9 @@ LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch LICENSE_FILE_LGPL3+ = ${_LICENSE_STORE}/LGPL3 # sirit LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 -ONLY_FOR_ARCHS_REASON= requires int128 +ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS_REASON= requires int128 and dynarmic backend +BROKEN_aarch64= https://github.com/yuzu-emu/yuzu/issues/5290 BUILD_DEPENDS= catch>0:devel/catch \ boost-libs>0:devel/boost-libs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108220745.17M7jNYF018621>