diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-04-03 20:45:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-05 18:54:18 -0500 |
commit | be0708ffdebb8f7244ca3b3cc695574efccfa071 (patch) | |
tree | 493075a6397bf8c08a9e5cdfdd8f3af2fde3d7f3 /system/virtualbox/virtualbox-4-makeself-check.patch | |
parent | 4cea287dd5cd2f44c2197f51c14cc0b1d56308dd (diff) |
system/virtualbox: Renamed from virtualbox-ose and updated for version 4.0.4
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/virtualbox/virtualbox-4-makeself-check.patch')
-rw-r--r-- | system/virtualbox/virtualbox-4-makeself-check.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/virtualbox/virtualbox-4-makeself-check.patch b/system/virtualbox/virtualbox-4-makeself-check.patch new file mode 100644 index 0000000000000..e1fcb8c2f471c --- /dev/null +++ b/system/virtualbox/virtualbox-4-makeself-check.patch @@ -0,0 +1,10 @@ +--- VirtualBox-4.0.0_OSE/configure ++++ VirtualBox-4.0.0_OSE/configure +@@ -2527,7 +2527,6 @@ + check_compiler_h + [ "$BUILD_MACHINE" = "amd64" -a $WITH_VMMRAW -eq 1 ] && check_32bit + # tools/common/makeself* +- [ $OSE -ge 1 ] && check_makeself + fi + + [ -n "$SETUP_WINE" ] && setup_wine |