summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/wine/files')
-rw-r--r--app-emulation/wine/files/wine-20050725-gcc-32bit.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/wine/files/wine-20050725-gcc-32bit.patch b/app-emulation/wine/files/wine-20050725-gcc-32bit.patch
new file mode 100644
index 000000000000..ae3ed1726be4
--- /dev/null
+++ b/app-emulation/wine/files/wine-20050725-gcc-32bit.patch
@@ -0,0 +1,11 @@
+--- tools/winegcc/winegcc.c
++++ tools/winegcc/winegcc.c
+@@ -863,6 +863,8 @@
+ opts.gui_app = 1;
+ else if (strcmp("-mconsole", argv[i]) == 0)
+ opts.gui_app = 0;
++ else if (strcmp("-m32", argv[i]) == 0 || strcmp("-m64", argv[i]) == 0)
++ raw_linker_arg = 1;
+ break;
+ case 'n':
+ if (strcmp("-nostdinc", argv[i]) == 0)