View | Details | Raw Unified | Return to bug 199364 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh (-3 / +6 lines)
Lines 1-6 Link Here
1
--- src/VBox/Installer/freebsd/VBox.sh.orig	2015-02-16 12:58:52.951032000 -0500
1
--- src/VBox/Installer/freebsd/VBox.sh.orig	2015-04-10 22:01:18.704382000 -0700
2
+++ src/VBox/Installer/freebsd/VBox.sh	2015-02-16 13:00:48.096063000 -0500
2
+++ src/VBox/Installer/freebsd/VBox.sh	2015-04-10 22:13:19.896371000 -0700
3
@@ -0,0 +1,58 @@
3
@@ -0,0 +1,61 @@
4
+#!/bin/sh
4
+#!/bin/sh
5
+#
5
+#
6
+# Oracle VM VirtualBox startup script, FreeBSD hosts.
6
+# Oracle VM VirtualBox startup script, FreeBSD hosts.
Lines 30-35 Link Here
30
+        exit 1
30
+        exit 1
31
+    fi
31
+    fi
32
+
32
+
33
+# workaround for the KDE dialog problem
34
+KDE_FORK_SLAVES=1; export KDE_FORK_SLAVES
35
+
33
+APP=`basename $0`
36
+APP=`basename $0`
34
+case "$APP" in
37
+case "$APP" in
35
+    VirtualBox|virtualbox)
38
+    VirtualBox|virtualbox)

Return to bug 199364