diff options
Diffstat (limited to 'app-emulation/wine/files/winearts-kdecvs-fix.patch')
-rw-r--r-- | app-emulation/wine/files/winearts-kdecvs-fix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emulation/wine/files/winearts-kdecvs-fix.patch b/app-emulation/wine/files/winearts-kdecvs-fix.patch deleted file mode 100644 index 9ffd35741e77..000000000000 --- a/app-emulation/wine/files/winearts-kdecvs-fix.patch +++ /dev/null @@ -1,20 +0,0 @@ -http://bugs.gentoo.org/31557 -http://bugs.winehq.org/show_bug.cgi?id=2005 - -fixed upstream between the Wine-20040121 and Wine-20040213 release - -note: the way upstream fixed this was by first removing -pthread from -the output of `$ARTSCCONFIG --cflags` in configure.ac, and then later -by only grabbing recognized options from the output (like -I*) - ---- tools/makedep.c -+++ tools/makedep.c -@@ -504,6 +504,8 @@ - if (opt[2]) SrcDir = opt + 2; - else SrcDir = NULL; - break; -+ case 'p': -+ break; - case 'f': - if (opt[2]) OutputFileName = opt + 2; - break; |