]> git.pld-linux.org Git - packages/VirtualBox.git/blob - VirtualBox-gcc.patch
- rel 4; allow gcc 4.5
[packages/VirtualBox.git] / VirtualBox-gcc.patch
1 --- VirtualBox-3.1.6_OSE/configure~     2010-04-28 15:48:34.341923836 +0200
2 +++ VirtualBox-3.1.6_OSE/configure      2010-04-28 15:49:21.158168248 +0200
3 @@ -394,9 +394,9 @@
4        elif [ $cc_maj -lt 3 \
5               -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
6               -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
7 -             -o \( $cc_maj -eq 4 -a $cc_min -gt 4 \) \
8 +             -o \( $cc_maj -eq 4 -a $cc_min -gt 5 \) \
9               -o $cc_maj -gt 4 ]; then
10 -        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<4"
11 +        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<5"
12          fail really
13        else
14          log_success "found version $cc_ver"
This page took 0.025488 seconds and 3 git commands to generate.