gentoo-ebuilds/app-emulation/wine-proton/files/wine-proton-7.0.4-noexecstack.patch
Ionen Wolkens 2e0980bead
app-emulation/wine-proton: new package, add 7.0.4
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>
2022-09-03 15:46:00 -04:00

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();
}