File fix-clang-32bit-build.patch of Package wine
diff --git a/tools/winebuild/res32.c b/tools/winebuild/res32.c
index 64be9377e51..21bc933d14f 100644
--- a/tools/winebuild/res32.c
+++ b/tools/winebuild/res32.c
@@ -473,7 +473,7 @@ void output_resources( DLLSPEC *spec )
{
output( "\n\t.balign 4\n" );
output( ".L__wine_spec_res_%d:\n", i );
- output( "\t.incbin \"%s\",%d,%d\n", res->input_name, res->input_offset, res->data_size );
+// output( "\t.incbin \"%s\",%d,%d\n", res->input_name, res->input_offset, res->data_size );
}
if (!is_pe())