VirtualBox/VirtualBox-4.2.10-gcc-4.8.patch

15 lines
749 B
Diff

--- VirtualBox-4.2.10/configure.orig 2013-03-05 15:24:16.000000000 +0100
+++ VirtualBox-4.2.10/configure 2013-04-08 18:50:46.228109839 +0200
@@ -414,9 +414,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 7 \) \
+ -o \( $cc_maj -eq 4 -a $cc_min -gt 8 \) \
-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<9"
fail really
else
log_success "found version $cc_ver"