diff options
author | Alex Veber <coronalvr@gentoo.org> | 2003-12-01 11:58:26 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2003-12-01 11:58:26 +0000 |
commit | 37ccafcd46a607ae76ebd3df93709da65769f878 (patch) | |
tree | 8371ac0532f5e872dc0db9250aa4f1e5d261c5b0 /app-emulation/wine/files | |
parent | bug fixing are us. (diff) | |
download | gentoo-2-37ccafcd46a607ae76ebd3df93709da65769f878.tar.gz gentoo-2-37ccafcd46a607ae76ebd3df93709da65769f878.tar.bz2 gentoo-2-37ccafcd46a607ae76ebd3df93709da65769f878.zip |
bug fixing are us.
Diffstat (limited to 'app-emulation/wine/files')
-rw-r--r-- | app-emulation/wine/files/digest-wine-20031118-r1 | 4 | ||||
-rw-r--r-- | app-emulation/wine/files/winearts-kdecvs-fix.patch | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-emulation/wine/files/digest-wine-20031118-r1 b/app-emulation/wine/files/digest-wine-20031118-r1 new file mode 100644 index 000000000000..8f6f87987c89 --- /dev/null +++ b/app-emulation/wine/files/digest-wine-20031118-r1 @@ -0,0 +1,4 @@ +MD5 5787e6b3205b54f2230b4c4c0d422c3c Wine-20031118.tar.gz 9539006 +MD5 fa4393cbc288ea89f761ad8d9258cc68 wine-20031118-xopenfont.patch 833 +MD5 af8da46a0e51578ff1e18e399141d628 wine-20031118-fake_windows.tar.bz2 500 +MD5 674d52c1985297ae269ff0af8df8e62b wine-20031118-r1-misc.tar.bz2 5154 diff --git a/app-emulation/wine/files/winearts-kdecvs-fix.patch b/app-emulation/wine/files/winearts-kdecvs-fix.patch new file mode 100644 index 000000000000..de54336947a8 --- /dev/null +++ b/app-emulation/wine/files/winearts-kdecvs-fix.patch @@ -0,0 +1,11 @@ +--- tools/makedep.c 2003-06-20 21:31:13.000000000 +0000 ++++ tools/makedepnew.c 2003-12-01 13:10:10.490498720 +0000 +@@ -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; |