diff options
Diffstat (limited to 'app-emulation/gallium-nine-standalone/files/0.8-bypass_bootstrap.patch')
-rw-r--r-- | app-emulation/gallium-nine-standalone/files/0.8-bypass_bootstrap.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/app-emulation/gallium-nine-standalone/files/0.8-bypass_bootstrap.patch b/app-emulation/gallium-nine-standalone/files/0.8-bypass_bootstrap.patch new file mode 100644 index 00000000..8be85749 --- /dev/null +++ b/app-emulation/gallium-nine-standalone/files/0.8-bypass_bootstrap.patch @@ -0,0 +1,40 @@ +diff -Nur a/tools/cross-wine32 b/tools/cross-wine32 +--- a/tools/cross-wine32 1970-01-01 01:00:00.000000000 +0100 ++++ b/tools/cross-wine32 2022-11-13 00:36:46.010367522 +0000 +@@ -0,0 +1,16 @@ ++[binaries] ++c = 'winegcc' ++ar = 'ar' ++strip = 'strip' ++pkgconfig = 'i686-pc-linux-gnu-pkg-config' ++ ++[properties] ++c_args = ['-m32'] ++c_link_args = ['-m32', '-mwindows', '-L/nonexistant'] ++needs_exe_wrapper = true ++ ++[host_machine] ++system = 'linux' ++cpu_family = 'x86' ++cpu = 'i686' ++endian = 'little' +diff -Nur a/tools/cross-wine64 b/tools/cross-wine64 +--- a/tools/cross-wine64 1970-01-01 01:00:00.000000000 +0100 ++++ b/tools/cross-wine64 2022-11-13 00:36:46.011367522 +0000 +@@ -0,0 +1,16 @@ ++[binaries] ++c = 'winegcc' ++ar = 'ar' ++strip = 'strip' ++pkgconfig = 'x86_64-pc-linux-gnu-pkg-config' ++ ++[properties] ++c_args = ['-m64'] ++c_link_args = ['-m64', '-mwindows', '-L/nonexistant'] ++needs_exe_wrapper = true ++ ++[host_machine] ++system = 'linux' ++cpu_family = 'x86_64' ++cpu = 'x86_64' ++endian = 'little' |