]> git.pld-linux.org Git - packages/VirtualBox.git/blob - VirtualBox-gcc.patch
- identify our build as _PLD, see http://www.virtualbox.org/wiki/Editions
[packages/VirtualBox.git] / VirtualBox-gcc.patch
1 --- VirtualBox-4.0.4_OSE/configure~     2011-03-28 14:11:08.533832064 +0200
2 +++ VirtualBox-4.0.4_OSE/configure      2011-03-28 14:12:30.980943864 +0200
3 @@ -409,7 +409,7 @@
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 5 \) \
8 +             -o \( $cc_maj -eq 4 -a $cc_min -gt 6 \) \
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<5"
11          fail really
This page took 0.030154 seconds and 3 git commands to generate.