diff options
Diffstat (limited to 'app-emulation/gallium-nine-standalone/files/0.5-flags.patch')
-rw-r--r-- | app-emulation/gallium-nine-standalone/files/0.5-flags.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-emulation/gallium-nine-standalone/files/0.5-flags.patch b/app-emulation/gallium-nine-standalone/files/0.5-flags.patch deleted file mode 100644 index 7c0e883d697d..000000000000 --- a/app-emulation/gallium-nine-standalone/files/0.5-flags.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -Naur a/tools/cross-wine32.in b/tools/cross-wine32.in ---- a/tools/cross-wine32.in 2019-09-25 13:25:24.000000000 +0100 -+++ b/tools/cross-wine32.in 2019-09-30 23:05:00.121344967 +0100 -@@ -5,8 +5,8 @@ - pkgconfig = '@PKG_CONFIG@' - - [properties] --c_args = ['-m32'] --c_link_args = ['-m32', '-mwindows'] -+c_args = @CFLAGS@ + ['-m32'] -+c_link_args = @LDFLAGS@ + ['-m32', '-mwindows'] - needs_exe_wrapper = true - - [host_machine] -diff -Naur a/tools/cross-wine64.in b/tools/cross-wine64.in ---- a/tools/cross-wine64.in 2019-09-25 13:25:24.000000000 +0100 -+++ b/tools/cross-wine64.in 2019-09-30 23:04:57.340283350 +0100 -@@ -5,8 +5,8 @@ - pkgconfig = '@PKG_CONFIG@' - - [properties] --c_args = ['-m64'] --c_link_args = ['-m64', '-mwindows'] -+c_args = @CFLAGS@ + ['-m64'] -+c_link_args = @LDFLAGS@ + ['-m64', '-mwindows'] - needs_exe_wrapper = true - - [host_machine] |