summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-input-virtualbox/files/xf86-input-virtualbox-1.5.4-remove-alsa.patch')
-rw-r--r--x11-drivers/xf86-input-virtualbox/files/xf86-input-virtualbox-1.5.4-remove-alsa.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-drivers/xf86-input-virtualbox/files/xf86-input-virtualbox-1.5.4-remove-alsa.patch b/x11-drivers/xf86-input-virtualbox/files/xf86-input-virtualbox-1.5.4-remove-alsa.patch
deleted file mode 100644
index 2796892..0000000
--- a/x11-drivers/xf86-input-virtualbox/files/xf86-input-virtualbox-1.5.4-remove-alsa.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- VirtualBox-1.5.4_OSE/Config.kmk.orig 2008-01-02 17:21:25.000000000 +0100
-+++ VirtualBox-1.5.4_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.4_OSE/configure.orig 2008-01-02 17:21:37.000000000 +0100
-+++ VirtualBox-1.5.4_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