diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-02 03:24:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-02 03:24:58 +0000 |
commit | 0b76aed07f2f4a3a55018b82ee8457298e6740da (patch) | |
tree | e399bfecdbda21b881f525ec0682cf22bfe8c422 /app-emulation | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-0b76aed07f2f4a3a55018b82ee8457298e6740da.tar.gz gentoo-2-0b76aed07f2f4a3a55018b82ee8457298e6740da.tar.bz2 gentoo-2-0b76aed07f2f4a3a55018b82ee8457298e6740da.zip |
Add patch to fix building with ALSA #107822.
(Portage version: 2.0.52-r1 http://www.bash.org/?136501 )
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/files/wine-20041019-alsa-headers.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emulation/wine/files/wine-20041019-alsa-headers.patch b/app-emulation/wine/files/wine-20041019-alsa-headers.patch new file mode 100644 index 000000000000..83556cdbc5c2 --- /dev/null +++ b/app-emulation/wine/files/wine-20041019-alsa-headers.patch @@ -0,0 +1,18 @@ +--- wine-20041019/dlls/winmm/winealsa/audio_05.c ++++ wine-20041019/dlls/winmm/winealsa/audio_05.c +@@ -39,6 +39,7 @@ + # include <sys/mman.h> + #endif + #include "windef.h" ++#include "alsa.h" + #include "winbase.h" + #include "wingdi.h" + #include "winerror.h" +@@ -46,7 +47,6 @@ + #include "mmddk.h" + #include "dsound.h" + #include "dsdriver.h" +-#include "alsa.h" + #include "wine/debug.h" + + WINE_DEFAULT_DEBUG_CHANNEL(wave); |