VirtualBox/VirtualBox-4.3.12-gcc-4.9.patch

16 lines
821 B
Diff
Raw Normal View History

diff -Nru VirtualBox-4.3.12.orig/configure VirtualBox-4.3.12/configure
--- VirtualBox-4.3.12.orig/configure 2014-05-16 14:18:25.000000000 +0200
+++ VirtualBox-4.3.12/configure 2014-06-15 16:23:03.372080228 +0200
@@ -420,9 +420,9 @@
elif [ $cc_maj -lt 3 \
-o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
-o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
- -o \( $cc_maj -eq 4 -a $cc_min -gt 8 \) \
+ -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
-o $cc_maj -gt 4 ]; then
- log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8"
+ log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10"
fail really
else
log_success "found version $cc_ver"