aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-05-29 00:59:38 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-05-29 00:59:38 +0000
commit7bca0f55506a5559bc78886d3d13bd771a2f775b (patch)
treea8d00fcb1b9cfa839d9ec0cc2a4e913b08394cab /emulators/wine/files
parent7def13faf9ec1d11f73f7e54ca7e1fa849faef19 (diff)
Notes
Diffstat (limited to 'emulators/wine/files')
-rw-r--r--emulators/wine/files/patch-dlls-wineoss.drv18
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/wine/files/patch-dlls-wineoss.drv b/emulators/wine/files/patch-dlls-wineoss.drv
deleted file mode 100644
index 5f7f9d142837..000000000000
--- a/emulators/wine/files/patch-dlls-wineoss.drv
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/dlls/wineoss.drv/mmdevdrv.c b/dlls/wineoss.drv/mmdevdrv.c
-index 7dec1e0..0edcb25 100644
---- dlls/wineoss.drv/mmdevdrv.c
-+++ dlls/wineoss.drv/mmdevdrv.c
-@@ -53,6 +53,13 @@
- #include "audiopolicy.h"
- #include "audioclient.h"
-
-+
-+/* Some implementations of OSS, such as FreeBSD older than 9.0, lack
-+ SNDCTL_DSP_HALT which is just a synonym for the older SNDCTL_DSP_RESET. */
-+#ifndef SNDCTL_DSP_HALT
-+#define SNDCTL_DSP_HALT SNDCTL_DSP_RESET
-+#endif
-+
- WINE_DEFAULT_DEBUG_CHANNEL(oss);
-
- #define NULL_PTR_ERR MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, RPC_X_NULL_REF_POINTER)