summaryrefslogtreecommitdiff
path: root/app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-15 16:25:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-15 16:25:31 +0100
commit0c389803f1cedf572d8bf954d4c64989dbbe4959 (patch)
treef39a0946264fa5ec4e8ffe7d13e56d07334b391f /app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch
parent51e7c083b849fb1a2a7bb8c7d7313d1c72167c74 (diff)
Gallium Nine patched wine ;)
Diffstat (limited to 'app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch')
-rw-r--r--app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch b/app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch
new file mode 100644
index 00000000..294b5ae9
--- /dev/null
+++ b/app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch
@@ -0,0 +1,15 @@
+diff --git a/Makefile.in b/Makefile.in
+index 5c163b8..b600cf7 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -52,7 +52,8 @@ __tooldeps__: libs/port libs/wine libs/wpp
+ __builddeps__: __tooldeps__ include
+ .PHONY: depend check test testclean crosstest __tooldeps__ __builddeps__
+
+-loader server: libs/port libs/wine tools
++loader: libs/port libs/wine tools
++server: libs/port libs/wine tools include
+ fonts: tools/sfnt2fon
+ include: tools tools/widl
+ libs/wine tools: libs/port
+