diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-07-26 22:10:13 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-07-26 22:10:13 +0200 |
commit | 1b0245eb5ba04081b0713f583511e070dce92169 (patch) | |
tree | f77af1ec17f4069304a869ac182c7f848fe2f30c /app-emulation/virtualbox/files/virtualbox-4-makeself-check.patch | |
parent | 69e7ed4b07754ae656094afa26d4c4ab66c85ab8 (diff) | |
download | overlay-1b0245eb5ba04081b0713f583511e070dce92169.tar.gz overlay-1b0245eb5ba04081b0713f583511e070dce92169.tar.bz2 overlay-1b0245eb5ba04081b0713f583511e070dce92169.zip |
virtualbox
Diffstat (limited to 'app-emulation/virtualbox/files/virtualbox-4-makeself-check.patch')
-rw-r--r-- | app-emulation/virtualbox/files/virtualbox-4-makeself-check.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-emulation/virtualbox/files/virtualbox-4-makeself-check.patch b/app-emulation/virtualbox/files/virtualbox-4-makeself-check.patch new file mode 100644 index 0000000..e1fcb8c --- /dev/null +++ b/app-emulation/virtualbox/files/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 |