summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-09-30 23:10:24 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-09-30 23:10:24 +0100
commitbeb896a499b167679a5398ca956abe5f7f85aee8 (patch)
tree93907ff9c1e94920dc4cc04898a1c1aca4eea223 /app-emulation/gallium-nine-standalone/files/flags.patch
parentapp-emulation/gallium-nine-standalone: Bump to 0.5 (diff)
downloadgentoo-beb896a499b167679a5398ca956abe5f7f85aee8.tar.gz
gentoo-beb896a499b167679a5398ca956abe5f7f85aee8.tar.bz2
gentoo-beb896a499b167679a5398ca956abe5f7f85aee8.zip
app-emulation/gallium-nine-standalone: Drop old 0.3 and 0.4
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/gallium-nine-standalone/files/flags.patch')
-rw-r--r--app-emulation/gallium-nine-standalone/files/flags.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-emulation/gallium-nine-standalone/files/flags.patch b/app-emulation/gallium-nine-standalone/files/flags.patch
deleted file mode 100644
index 217dcddf35b9..000000000000
--- a/app-emulation/gallium-nine-standalone/files/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-01-12 16:45:09.190471883 +0000
-+++ b/tools/cross-wine32.in 2019-01-12 16:48:22.569404982 +0000
-@@ -5,8 +5,8 @@
- pkgconfig = '@PKG_CONFIG@'
-
- [properties]
--c_args = ['-m32', '--no-gnu-unique']
--c_link_args = ['-m32', '-mwindows']
-+c_args = @CFLAGS@ + ['-m32', '--no-gnu-unique']
-+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-01-12 16:45:09.190471883 +0000
-+++ b/tools/cross-wine64.in 2019-01-12 16:48:19.865349306 +0000
-@@ -5,8 +5,8 @@
- pkgconfig = '@PKG_CONFIG@'
-
- [properties]
--c_args = ['-m64', '--no-gnu-unique']
--c_link_args = ['-m64', '-mwindows']
-+c_args = @CFLAGS@ + ['-m64', '--no-gnu-unique']
-+c_link_args = @LDFLAGS@ + ['-m64', '-mwindows']
- needs_exe_wrapper = true
-
- [host_machine]