summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch')
-rw-r--r--app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch b/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch
new file mode 100644
index 000000000000..9cad2afaf52b
--- /dev/null
+++ b/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch
@@ -0,0 +1,21 @@
+--- ./Config.kmk.orig 2007-09-05 01:29:01.000000000 +0200
++++ ./Config.kmk 2007-09-05 01:31:13.064035667 +0200
+@@ -202,7 +202,7 @@
+ # Enable the ISCSI feature.
+ VBOX_WITH_ISCSI = 1
+ # Enable ALSA support for Linux
+-VBOX_WITH_ALSA = 1
++#VBOX_WITH_ALSA = 1
+ # Disable WINMM support for Windows (not implemented)
+ VBOX_WITH_WINMM =
+ # Enable the kchmviewer
+--- ./configure.orig 2007-09-05 01:29:01.000000000 +0200
++++ ./configure 2007-09-05 01:31:44.065802440 +0200
+@@ -1336,7 +1336,6 @@
+ # Linux-specific
+ if [ "$OS" = "linux" ]; then
+ check_linux
+- check_alsa
+ check_compiler_h
+ [ "$BUILD_MACHINE" = "amd64" ] && check_32bit
+ fi