blob: 44c5d7510dd78448a6840d33255b2643ff3f3bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- VirtualBox-1.5.6_OSE/Config.kmk.orig 2008-01-02 17:21:25.000000000 +0100
+++ VirtualBox-1.5.6_OSE/Config.kmk 2008-01-02 17:24:20.000000000 +0100
@@ -208,7 +208,7 @@
# Enable the ISCSI feature.
VBOX_WITH_ISCSI = 1
# Enable ALSA support for Linux
-VBOX_WITH_ALSA = 1
+#VBOX_WITH_ALSA = 1
# Enable Pulse support for Linux
VBOX_WITH_PULSE = 1
# Disable WINMM support for Windows (not implemented)
--- VirtualBox-1.5.6_OSE/configure.orig 2008-01-02 17:21:37.000000000 +0100
+++ VirtualBox-1.5.6_OSE/configure 2008-01-02 17:24:42.000000000 +0100
@@ -1526,7 +1526,7 @@
cnf_append "VBOX_WITH_VBOXDRV" ""
cnf_append "VBOX_WITH_LINUX_ADDITIONS_32BIT_R0" ""
fi
- check_alsa
+# check_alsa
if [ $WITH_PULSE -eq 1 ]; then
check_pulse
else
|