diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
| commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
| tree | 49936ec28d8b2a4256959f13245d757df97e04bd /emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxManageHelp.cpp | |
| parent | bdce4d94e267612e2955a9270d4659712a679dea (diff) | |
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxManageHelp.cpp')
| -rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxManageHelp.cpp | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxManageHelp.cpp b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxManageHelp.cpp deleted file mode 100644 index ffe2a20ceb63..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxManageHelp.cpp +++ /dev/null @@ -1,37 +0,0 @@ ---- src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp.orig 2009-12-15 15:16:21.000000000 +0900 -+++ src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp 2009-12-15 15:14:01.000000000 +0900 -@@ -41,6 +41,11 @@ - #else - bool fSolaris = false; - #endif -+#ifdef RT_OS_FREEBSD -+ bool fFreeBSD = true; -+#else -+ bool fFreeBSD = false; -+#endif - #ifdef RT_OS_DARWIN - bool fDarwin = true; - #else -@@ -62,6 +67,7 @@ - fLinux = true; - fWin = true; - fSolaris = true; -+ fFreeBSD = true; - fDarwin = true; - fVRDP = true; - fVBoxSDL = true; -@@ -227,6 +233,14 @@ - #endif - ); - } -+ if (fFreeBSD) -+ { -+ RTPrintf( "|oss" -+#ifdef VBOX_WITH_PULSE -+ "|pulse" -+#endif -+ ); -+ } - if (fDarwin) - { - RTPrintf( "|coreaudio"); |
