diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-07-16 19:29:20 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-07-16 19:29:20 +0100 |
commit | 305d9b248697fd66486c68cfe5f9ce7305ee09bf (patch) | |
tree | d87afaf49ecbf18ac56d88aa23a0d6f982c34828 /app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch | |
parent | 6205117a1bc0af7788ea1d781b055559c4f9ea4e (diff) |
clean some deprecated ebuilds
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.patch | 15 |
1 files changed, 0 insertions, 15 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 deleted file mode 100644 index 294b5ae9..00000000 --- a/app-emulation/wine/files/wine-1.7.19-makefile-race-cond.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 - |