diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-07-08 07:12:52 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-07-08 07:12:52 +0000 |
commit | 9a2e7b241da019394d43188d7a11d886ab75bd5a (patch) | |
tree | afa474c634bcf634c95c752641cfc17112e0bb42 /emulators | |
parent | 8a91651cce84645f1d6c3d23f44603fc847d2e98 (diff) | |
download | ports-9a2e7b241da019394d43188d7a11d886ab75bd5a.tar.gz ports-9a2e7b241da019394d43188d7a11d886ab75bd5a.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yuzu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 76cc61a1fe60..ae19d4221c1e 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -92,7 +92,8 @@ post-patch: -e 's/@GIT_DESC@/${GH_TAGNAME}/' \ ${WRKSRC}/src/common/scm_rev.cpp.in -.if !defined(MASTERNAME) || ${MASTERNAME} != 120amd64-default # XXX hangs on beefy6 +# XXX Hangs on beefy2 and beefy6 but cannot be reproduced locally +.if !defined(MASTERNAME) || (${MASTERNAME} != 120amd64-default && ${MASTERNAME} != 120amd64-quarterly) .ifndef QEMU_EMULATING pre-install: do-test .endif |