diff options
author | René Neumann <rene.neumann@in.tum.de> | 2011-07-27 11:17:03 +0200 |
---|---|---|
committer | René Neumann <rene.neumann@in.tum.de> | 2011-07-27 11:17:03 +0200 |
commit | 675bc5621523438c6b52e05705fa83f70ddf7b96 (patch) | |
tree | ea9aed39461837a18018329f13d172588cf88985 /app-emulation/virtualbox/files/virtualbox-4-mkisofs-check.patch | |
parent | ea3a8574128fde8ca35ebe312e28f8a56d77b583 (diff) | |
parent | 170b287049b19503d00cdf98e6a04ba65c60161e (diff) | |
download | overlay-675bc5621523438c6b52e05705fa83f70ddf7b96.tar.gz overlay-675bc5621523438c6b52e05705fa83f70ddf7b96.tar.bz2 overlay-675bc5621523438c6b52e05705fa83f70ddf7b96.zip |
Merge remote branch 'origin'
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 |