mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
fractal: mark broken for 32bit targets
This commit is contained in:
parent
a58fffc7ec
commit
9321caca0d
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ checksum=64b84201976818d148a20351e4fcccc426739ccbfba485b911ca7625c559338f
|
||||||
|
|
||||||
export PATH="$PATH:$XBPS_BUILDDIR/${pkgname}-${version}/node_modules/.bin"
|
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() {
|
post_patch() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
vsed -i src/meson.build \
|
vsed -i src/meson.build \
|
||||||
|
|
Loading…
Add table
Reference in a new issue