diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 4ea96a0ca8f..67b4651442a 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -17,8 +17,12 @@ depends="liberation-fonts-ttf" nocross=yes replaces="sdlmame>=0 sdlmess>=0" +# ETOOBIG for i686 +case "$XBPS_TARGET_MACHINE" in + i686*) broken="http://build.voidlinux.eu/builders/i686_builder/builds/21957/steps/shell_3/logs/stdio" +esac + CXXFLAGS="-DUSE_INTERNAL_CBEGIN_CEND=1 -I${XBPS_CROSS_BASE}/usr/include/lua5.3" -LDFLAGS="-Wl,-fuse-ld=gold" build_options="qt" if [ -z "$CROSS_BUILD" ]; then @@ -30,7 +34,6 @@ do_build() { opts+=" NOWERROR=1" opts+=" TOOLS=1" opts+=" OPTIMIZE=3" - opts+=" VERBOSE=1" opts+=" USE_SYSTEM_LIB_EXPAT=1" opts+=" USE_SYSTEM_LIB_ZLIB=1" opts+=" USE_SYSTEM_LIB_JPEG=1"