summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-25 05:24:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-25 13:35:35 +0000
commit24e096b81ae22ef8c2bcc9a74fe9a46c4b64f44d (patch)
tree231f05211145520fce54b30d17b760e1a49a0772 /games
parentgames/punchy: update to 0.2.1 (diff)
games/punchy: mark BROKEN on i386 after 9b04b8d61425
cargo-crates/v8-0.47.1/src/binding.cc:43:1: error: static_assert failed due to requirement 'sizeof(v8::ScriptCompiler::Source) <= sizeof(unsigned int) * 8' "Source size mismatch" static_assert(sizeof(v8::ScriptCompiler::Source) <= sizeof(size_t) * 8, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'games')
-rw-r--r--games/punchy/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/punchy/Makefile b/games/punchy/Makefile
index 8dfd55ab2488..5c8f5454c52b 100644
--- a/games/punchy/Makefile
+++ b/games/punchy/Makefile
@@ -10,6 +10,8 @@ WWW= https://fishfight.org/
LICENSE= CC-BY-NC-4.0 MIT
LICENSE_COMB= multi
+BROKEN_i386= static_assert fails with "Source size mismatch"
+
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libudev.so:devel/libudev-devd
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \