diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template index 67ae2f20306..dca9b275316 100644 --- a/srcpkgs/racket/template +++ b/srcpkgs/racket/template @@ -17,6 +17,10 @@ nostrip=yes configure_args="--disable-docs" only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64" +case "${XBPS_TARGET_MACHINE}" in + i686) broken="http://build.voidlinux.eu/builders/i686_builder/builds/492/steps/shell_3/logs/stdio" +esac + if [ "$CROSS_BUILD" ]; then configure_args+=" --enable-racket=/usr/bin/racket" hostmakedepends+=" racket"