diff --git a/vbox-gcc46.patch b/vbox-gcc46.patch new file mode 100644 index 0000000..93cdde2 --- /dev/null +++ b/vbox-gcc46.patch @@ -0,0 +1,11 @@ +--- configure.orig ++++ configure +@@ -412,7 +412,7 @@ check_gcc() + 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 5 \) \ ++ -o \( $cc_maj -eq 4 -a $cc_min -gt 6 \) \ + -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