summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c')
-rw-r--r--emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c
deleted file mode 100644
index 16a3f8a69f73..000000000000
--- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/VBox/Devices/Audio/audio.c.orig 2009-12-15 14:54:13.000000000 +0900
-+++ src/VBox/Devices/Audio/audio.c 2009-12-15 14:53:54.000000000 +0900
-@@ -73,6 +73,11 @@
- &pulse_audio_driver,
- # endif
- #endif /* RT_OS_LINUX */
-+#ifdef RT_OS_FREEBSD
-+# ifdef VBOX_WITH_PULSE
-+ &pulse_audio_driver,
-+# endif
-+#endif
- #ifdef RT_OS_DARWIN
- &coreaudio_audio_driver,
- #endif