fractal: mark broken for 32bit targets

This commit is contained in:
Duncaen 2025-06-09 17:23:51 +02:00
parent a58fffc7ec
commit 9321caca0d
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -20,6 +20,10 @@ checksum=64b84201976818d148a20351e4fcccc426739ccbfba485b911ca7625c559338f
export PATH="$PATH:$XBPS_BUILDDIR/${pkgname}-${version}/node_modules/.bin"
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
broken="runs out of memory when linking"
fi
post_patch() {
if [ "$CROSS_BUILD" ]; then
vsed -i src/meson.build \