summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel/patches/patch-aj')
-rw-r--r--emulators/wine-devel/patches/patch-aj24
1 files changed, 0 insertions, 24 deletions
diff --git a/emulators/wine-devel/patches/patch-aj b/emulators/wine-devel/patches/patch-aj
deleted file mode 100644
index 59b80a1c829..00000000000
--- a/emulators/wine-devel/patches/patch-aj
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aj,v 1.1.1.1 2008/11/21 17:40:31 adam Exp $
-
---- dlls/wineoss.drv/oss.c.orig 2005-12-24 10:24:01.000000000 +0100
-+++ dlls/wineoss.drv/oss.c
-@@ -42,7 +42,9 @@ static LRESULT OSS_drvLoad(void)
- {
- TRACE("()\n");
- OSS_WaveInit();
-+#ifdef HAVE_OSS_MIDI
- OSS_MidiInit();
-+#endif
- OSS_MixerInit();
- OSS_AuxInit();
- return 1;
-@@ -55,7 +57,9 @@ static LRESULT OSS_drvFree(void)
- {
- TRACE("()\n");
- OSS_WaveExit();
-+#ifdef HAVE_OSS_MIDI
- OSS_MidiExit();
-+#endif
- OSS_MixerExit();
- OSS_AuxExit();
- return 1;