games/punchy: mark BROKEN on i386 after 9b04b8d614

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,
^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This commit is contained in:
Jan Beich 2022-12-25 05:24:36 +00:00
parent 9b04b8d614
commit 24e096b81a

View file

@ -10,6 +10,8 @@ WWW= https://fishfight.org/
LICENSE= CC-BY-NC-4.0 MIT LICENSE= CC-BY-NC-4.0 MIT
LICENSE_COMB= multi LICENSE_COMB= multi
BROKEN_i386= static_assert fails with "Source size mismatch"
LIB_DEPENDS= libasound.so:audio/alsa-lib \ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libudev.so:devel/libudev-devd libudev.so:devel/libudev-devd
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \