mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 23:48:22 +02:00
This is Valve's modified wine fork as used by Proton (includes various workarounds for games, fsync support, etc...), which can be used independently as a eselect'able Wine variant. Also using a new experimental ebuild that's not based on existing Wine ones -- may have regressions unrelated to the variant itself. Trims some ancient unnecessary bits, skips a few things I feel the ebuild doesn't need to handle, and change build method a bit. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
7 lines
223 B
Diff
7 lines
223 B
Diff
Also write GNU-stack note on dummy files used for stub libraries.
|
|
--- a/tools/winebuild/import.c
|
|
+++ b/tools/winebuild/import.c
|
|
@@ -1675,2 +1675,3 @@
|
|
output( "\t.text\n" );
|
|
+ output_gnu_stack_note();
|
|
}
|