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-mkisofs-check.patch | |
parent | 69e7ed4b07754ae656094afa26d4c4ab66c85ab8 (diff) | |
download | overlay-1b0245eb5ba04081b0713f583511e070dce92169.tar.gz overlay-1b0245eb5ba04081b0713f583511e070dce92169.tar.bz2 overlay-1b0245eb5ba04081b0713f583511e070dce92169.zip |
virtualbox
Diffstat (limited to '')
-rw-r--r-- | app-emulation/virtualbox/files/virtualbox-4-mkisofs-check.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-emulation/virtualbox/files/virtualbox-4-mkisofs-check.patch b/app-emulation/virtualbox/files/virtualbox-4-mkisofs-check.patch new file mode 100644 index 0000000..8b0d591 --- /dev/null +++ b/app-emulation/virtualbox/files/virtualbox-4-mkisofs-check.patch @@ -0,0 +1,10 @@ +--- VirtualBox-4.0.0_OSE/configure ++++ VirtualBox-4.0.0_OSE/configure +@@ -2499,7 +2499,6 @@ + # don't check for yasm for the time beeing as 0.40 and 0.50 both have known bugs + # [ "$OS" != "darwin" ] && check_yasm + [ "$OS" != "darwin" ] && check_xsltproc +-[ "$OS" != "darwin" ] && check_mkisofs + + # the libraries + [ "$OS" != "darwin" ] && check_pthread |