diff options
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-configure')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-configure b/emulators/virtualbox-ose-legacy/files/patch-configure index a4aaf507ccc9..ba2a1c428bcd 100644 --- a/emulators/virtualbox-ose-legacy/files/patch-configure +++ b/emulators/virtualbox-ose-legacy/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig 2009-12-17 15:23:05.000000000 +0100 -+++ configure 2009-12-21 14:25:45.000000000 +0100 +--- configure.orig 2010-01-28 16:34:50.000000000 +0100 ++++ configure 2010-01-28 22:16:50.000000000 +0100 @@ -107,7 +107,7 @@ GENISOIMAGE="genisoimage" MKISOFS="mkisofs" @@ -36,7 +36,7 @@ if [ $? -eq 0 ]; then found=1 break -@@ -2315,6 +2317,15 @@ +@@ -2318,6 +2320,15 @@ [ $WITH_QT4 -eq 1 ] && check_qt4 [ $WITH_PYTHON -eq 1 ] && check_python @@ -52,13 +52,13 @@ # Linux-specific if [ "$OS" = "linux" ]; then # don't check for the static libstdc++ in the PUEL version as we build the -@@ -2332,11 +2343,6 @@ +@@ -2335,11 +2346,6 @@ else cnf_append "VBOX_WITH_ALSA" "" fi - if [ $WITH_PULSE -eq 1 ]; then - check_pulse -- else +- elif [ $WITH_PULSE -eq 0 ]; then - cnf_append "VBOX_WITH_PULSE" "" - fi if [ $WITH_DBUS -eq 0 ]; then |