From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- .../files/0.8-cross-files.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 app-emulation/gallium-nine-standalone/files/0.8-cross-files.patch (limited to 'app-emulation/gallium-nine-standalone/files') diff --git a/app-emulation/gallium-nine-standalone/files/0.8-cross-files.patch b/app-emulation/gallium-nine-standalone/files/0.8-cross-files.patch new file mode 100644 index 000000000000..7aacc7b8bd9b --- /dev/null +++ b/app-emulation/gallium-nine-standalone/files/0.8-cross-files.patch @@ -0,0 +1,32 @@ +diff --color -Naur a/tools/cross-wine32.in b/tools/cross-wine32.in +--- a/tools/cross-wine32.in 2021-04-24 11:27:05.044134837 +0100 ++++ b/tools/cross-wine32.in 2021-04-24 11:28:55.880227178 +0100 +@@ -5,9 +5,10 @@ + pkgconfig = '@PKG_CONFIG@' + + [properties] +-c_args = ['-m32'] +-c_link_args = ['-m32', '-mwindows', '-L@WINE32_LIBDIR@'] ++c_args = @CFLAGS@ + ['-m32'] ++c_link_args = @LDFLAGS@ + ['-m32', '-mwindows', '-L@WINE32_LIBDIR@'] + needs_exe_wrapper = true ++pkg_config_libdir = '@PKG_CONFIG_LIBDIR@' + + [host_machine] + system = 'linux' +diff --color -Naur a/tools/cross-wine64.in b/tools/cross-wine64.in +--- a/tools/cross-wine64.in 2021-04-24 11:27:05.044134837 +0100 ++++ b/tools/cross-wine64.in 2021-04-24 11:29:14.999766636 +0100 +@@ -5,9 +5,10 @@ + pkgconfig = '@PKG_CONFIG@' + + [properties] +-c_args = ['-m64'] +-c_link_args = ['-m64', '-mwindows', '-L@WINE64_LIBDIR@'] ++c_args = @CFLAGS@ + ['-m64'] ++c_link_args = @LDFLAGS@ + ['-m64', '-mwindows', '-L@WINE64_LIBDIR@'] + needs_exe_wrapper = true ++pkg_config_libdir = '@PKG_CONFIG_LIBDIR@' + + [host_machine] + system = 'linux' -- cgit v1.2.3