diff options
Diffstat (limited to 'unmaintained/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch')
-rw-r--r-- | unmaintained/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unmaintained/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch b/unmaintained/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch new file mode 100644 index 0000000000..e1fcb8c2f4 --- /dev/null +++ b/unmaintained/xf86-video-virtualbox/xf86-video-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 |